Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

CBlockPolicyEstimator::TxStatsInfo Struct Reference

Public Member Functions

 TxStatsInfo ()
 

Public Attributes

unsigned int blockHeight
 
unsigned int bucketIndex
 

Detailed Description

Definition at line 238 of file fees.h.

Constructor & Destructor Documentation

◆ TxStatsInfo()

CBlockPolicyEstimator::TxStatsInfo::TxStatsInfo ( )
inline

Definition at line 242 of file fees.h.

Member Data Documentation

◆ blockHeight

unsigned int CBlockPolicyEstimator::TxStatsInfo::blockHeight

Definition at line 240 of file fees.h.

◆ bucketIndex

unsigned int CBlockPolicyEstimator::TxStatsInfo::bucketIndex

Definition at line 241 of file fees.h.


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