Holds various statistics on transactions within a chain. Used to estimate verification progress during chain sync.
Declared in <kernel/chainparams.h>
struct ChainTxData;
See also: CChainParams::TxData, GuessVerificationProgress.
| Name | Description |
|---|---|
dTxRate | estimated number of transactions per second after that timestamp |
nTime | UNIX timestamp of last known number of transactions |
tx_count | total number of transactions between genesis and that timestamp |