![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <block_policy_estimator.h>
Public Attributes | |
| EstimationResult | est |
| FeeReason | reason = FeeReason::NONE |
| int | desiredTarget = 0 |
| int | returnedTarget = 0 |
| unsigned int | best_height {0} |
Definition at line 92 of file block_policy_estimator.h.
| unsigned int FeeCalculation::best_height {0} |
Definition at line 98 of file block_policy_estimator.h.
| int FeeCalculation::desiredTarget = 0 |
Definition at line 96 of file block_policy_estimator.h.
| EstimationResult FeeCalculation::est |
Definition at line 94 of file block_policy_estimator.h.
| FeeReason FeeCalculation::reason = FeeReason::NONE |
Definition at line 95 of file block_policy_estimator.h.
| int FeeCalculation::returnedTarget = 0 |
Definition at line 97 of file block_policy_estimator.h.