Bitcoin ABC  0.29.1
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 61 of file chainparams.h.

Member Data Documentation

◆ dTxRate

double ChainTxData::dTxRate

Definition at line 64 of file chainparams.h.

◆ nTime

int64_t ChainTxData::nTime

Definition at line 62 of file chainparams.h.

◆ nTxCount

int64_t ChainTxData::nTxCount

Definition at line 63 of file chainparams.h.


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