Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
FeeCalculation Struct Reference
#include <fees.h>

Public Attributes | |
EstimationResult | est |
FeeReason | reason = FeeReason::NONE |
int | desiredTarget = 0 |
int | returnedTarget = 0 |
Detailed Description
Member Data Documentation
◆ desiredTarget
int FeeCalculation::desiredTarget = 0 |
Definition at line 129 of file fees.h.
Referenced by CWallet::CreateTransaction(), and CBlockPolicyEstimator::estimateSmartFee().
◆ est
EstimationResult FeeCalculation::est |
Definition at line 127 of file fees.h.
Referenced by CWallet::CreateTransaction(), and CBlockPolicyEstimator::estimateSmartFee().
◆ reason
FeeReason FeeCalculation::reason = FeeReason::NONE |
Definition at line 128 of file fees.h.
Referenced by CWallet::CreateTransaction(), CBlockPolicyEstimator::estimateSmartFee(), GetMinimumFee(), IsStandardTx(), and SendCoinsDialog::updateSmartFeeLabel().
◆ returnedTarget
int FeeCalculation::returnedTarget = 0 |
Definition at line 130 of file fees.h.
Referenced by CWallet::CreateTransaction(), CBlockPolicyEstimator::estimateSmartFee(), estimatesmartfee(), and SendCoinsDialog::updateSmartFeeLabel().
The documentation for this struct was generated from the following file:
- src/policy/fees.h