Enumeration of reason for returned fee estimate.
Declared in <policy/fees/block_policy_estimator.h>
enum class BlockPolicyEstimateReason : int;
| Name | Description |
|---|---|
NONE | No estimate reason recorded. |
HALF_ESTIMATE | Estimate met the success threshold within half the target. |
FULL_ESTIMATE | Estimate met the success threshold within the full target. |
DOUBLE_ESTIMATE | Estimate met the success threshold within double the target. |
CONSERVATIVE | Conservative estimate valid over a longer time horizon. |
| Name | Description |
|---|---|
StringForBlockPolicyEstimateReason | Return a human-readable name for a block policy estimate reason. |