Bitcoin
Public Attributes | List of all members
ChainTxData Struct Reference

#include <chainparams.h>

Public Attributes

int64_t nTime
 UNIX timestamp of last known number of transactions. More...
 
int64_t nTxCount
 total number of transactions between genesis and that timestamp More...
 
double dTxRate
 estimated number of transactions per second after that timestamp More...
 

Detailed Description

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

See also: CChainParams::TxData, GuessVerificationProgress.

Member Data Documentation

◆ dTxRate

double ChainTxData::dTxRate

estimated number of transactions per second after that timestamp

◆ nTime

int64_t ChainTxData::nTime

UNIX timestamp of last known number of transactions.

◆ nTxCount

int64_t ChainTxData::nTxCount

total number of transactions between genesis and that timestamp


The documentation for this struct was generated from the following file: