![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Holds various statistics on transactions within a chain. More...
#include <chainparams.h>
Public Attributes | |
| int64_t | nTime |
| int64_t | nTxCount |
| double | dTxRate |
Holds various statistics on transactions within a chain.
Used to estimate verification progress during chain sync.
See also: CChainParams::TxData, GuessVerificationProgress.
Definition at line 73 of file chainparams.h.
| double ChainTxData::dTxRate |
Definition at line 76 of file chainparams.h.
| int64_t ChainTxData::nTime |
Definition at line 74 of file chainparams.h.
| int64_t ChainTxData::nTxCount |
Definition at line 75 of file chainparams.h.