![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
#include <block_policy_estimator.h>
Public Attributes | |
| EstimationResult | est |
| BlockPolicyEstimateReason | reason = BlockPolicyEstimateReason::NONE |
| int | desiredTarget = 0 |
| int | returnedTarget = 0 |
| unsigned int | best_height {0} |
Definition at line 88 of file block_policy_estimator.h.
| unsigned int FeeCalculation::best_height {0} |
Definition at line 94 of file block_policy_estimator.h.
| int FeeCalculation::desiredTarget = 0 |
Definition at line 92 of file block_policy_estimator.h.
| EstimationResult FeeCalculation::est |
Definition at line 90 of file block_policy_estimator.h.
| BlockPolicyEstimateReason FeeCalculation::reason = BlockPolicyEstimateReason::NONE |
Definition at line 91 of file block_policy_estimator.h.
| int FeeCalculation::returnedTarget = 0 |
Definition at line 93 of file block_policy_estimator.h.