Holds various statistics on transactions within a chain. Used to estimate verification progress during chain sync.

Synopsis

Declared in <kernel/chainparams.h>

struct ChainTxData;

Description

See also: CChainParams::TxData, GuessVerificationProgress.

Data Members

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

Created with MrDocs