Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
EstimationResult Struct Reference
#include <fees.h>
Collaboration diagram for EstimationResult:
Public Attributes | |
EstimatorBucket | pass |
EstimatorBucket | fail |
double | decay = 0 |
unsigned int | scale = 0 |
Detailed Description
Member Data Documentation
◆ decay
double EstimationResult::decay = 0 |
Definition at line 121 of file fees.h.
Referenced by CWallet::CreateTransaction(), TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
◆ fail
EstimatorBucket EstimationResult::fail |
Definition at line 120 of file fees.h.
Referenced by CWallet::CreateTransaction(), TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
◆ pass
EstimatorBucket EstimationResult::pass |
Definition at line 119 of file fees.h.
Referenced by CWallet::CreateTransaction(), TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
◆ scale
unsigned int EstimationResult::scale = 0 |
Definition at line 122 of file fees.h.
Referenced by TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
The documentation for this struct was generated from the following file:
- src/policy/fees.h