Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

ChainTxData Struct Reference

#include <chainparams.h>

Public Attributes

int64_t nTime
 
int64_t nTxCount
 
double dTxRate
 

Detailed Description

Definition at line 28 of file chainparams.h.

Member Data Documentation

◆ dTxRate

double ChainTxData::dTxRate

Definition at line 31 of file chainparams.h.

Referenced by GuessVerificationProgress().

◆ nTime

int64_t ChainTxData::nTime

Definition at line 29 of file chainparams.h.

Referenced by GuessVerificationProgress().

◆ nTxCount

int64_t ChainTxData::nTxCount

Definition at line 30 of file chainparams.h.

Referenced by GuessVerificationProgress().


The documentation for this struct was generated from the following file:
Released under the MIT license