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 |
estimated number of transactions per second after that timestamp |
|
UNIX timestamp of last known number of transactions |
|
total number of transactions between genesis and that timestamp |
Created with MrDocs