Bitcoin Core 28.99.0
P2P Digital Currency
|
Holds various statistics on transactions within a chain. More...
#include <chainparams.h>
Public Attributes | |
int64_t | nTime |
UNIX timestamp of last known number of transactions. More... | |
uint64_t | tx_count |
total number of transactions between genesis and that timestamp More... | |
double | dTxRate |
estimated number of transactions per second after that timestamp More... | |
Holds various statistics on transactions within a chain.
Used to estimate verification progress during chain sync.
See also: CChainParams::TxData, GuessVerificationProgress.
Definition at line 70 of file chainparams.h.
double ChainTxData::dTxRate |
estimated number of transactions per second after that timestamp
Definition at line 73 of file chainparams.h.
int64_t ChainTxData::nTime |
UNIX timestamp of last known number of transactions.
Definition at line 71 of file chainparams.h.
uint64_t ChainTxData::tx_count |
total number of transactions between genesis and that timestamp
Definition at line 72 of file chainparams.h.