Bitcoin ABC  0.26.3
P2P Digital Currency
Public Attributes | List of all members
ChainTxData Struct Reference

Holds various statistics on transactions within a chain. More...

#include <chainparams.h>

Public Attributes

int64_t nTime
 
int64_t nTxCount
 
double dTxRate
 

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 67 of file chainparams.h.

Member Data Documentation

◆ dTxRate

double ChainTxData::dTxRate

Definition at line 70 of file chainparams.h.

◆ nTime

int64_t ChainTxData::nTime

Definition at line 68 of file chainparams.h.

◆ nTxCount

int64_t ChainTxData::nTxCount

Definition at line 69 of file chainparams.h.


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