Bitcoin ABC 0.30.3
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 67 of file chainparams.h.
double ChainTxData::dTxRate |
Definition at line 70 of file chainparams.h.
int64_t ChainTxData::nTime |
Definition at line 68 of file chainparams.h.
int64_t ChainTxData::nTxCount |
Definition at line 69 of file chainparams.h.