Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <fees.h>
Public Attributes | |
double | start = -1 |
double | end = -1 |
double | withinTarget = 0 |
double | totalConfirmed = 0 |
double | inMempool = 0 |
double | leftMempool = 0 |
Detailed Description
Member Data Documentation
◆ end
double EstimatorBucket::end = -1 |
Definition at line 109 of file fees.h.
Referenced by CWallet::CreateTransaction(), TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
◆ inMempool
double EstimatorBucket::inMempool = 0 |
Definition at line 112 of file fees.h.
Referenced by CWallet::CreateTransaction(), TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
◆ leftMempool
double EstimatorBucket::leftMempool = 0 |
Definition at line 113 of file fees.h.
Referenced by CWallet::CreateTransaction(), TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
◆ start
double EstimatorBucket::start = -1 |
Definition at line 108 of file fees.h.
Referenced by CWallet::CreateTransaction(), TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
◆ totalConfirmed
double EstimatorBucket::totalConfirmed = 0 |
Definition at line 111 of file fees.h.
Referenced by CWallet::CreateTransaction(), TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
◆ withinTarget
double EstimatorBucket::withinTarget = 0 |
Definition at line 110 of file fees.h.
Referenced by CWallet::CreateTransaction(), TxConfirmStats::EstimateMedianVal(), and estimaterawfee().
The documentation for this struct was generated from the following file:
- src/policy/fees.h