Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
ChainTxData Struct Reference

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.
uint64_t tx_count
 total number of transactions between genesis and that timestamp
double dTxRate
 estimated number of transactions per second after that timestamp

Detailed Description

Holds various statistics on transactions within a chain.

Used to estimate verification progress during chain sync.

See also: CChainParams::TxData, GuessVerificationProgress.

Definition at line 57 of file chainparams.h.

Member Data Documentation

◆ dTxRate

double ChainTxData::dTxRate

estimated number of transactions per second after that timestamp

Definition at line 60 of file chainparams.h.

◆ nTime

int64_t ChainTxData::nTime

UNIX timestamp of last known number of transactions.

Definition at line 58 of file chainparams.h.

◆ tx_count

uint64_t ChainTxData::tx_count

total number of transactions between genesis and that timestamp

Definition at line 59 of file chainparams.h.


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