[#BlockPolicyEstimateReason] = BlockPolicyEstimateReason :mrdocs: Enumeration of reason for returned fee estimate. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class BlockPolicyEstimateReason : int; ---- == Members [cols="1,4"] |=== | 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. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:StringForBlockPolicyEstimateReason.adoc[`StringForBlockPolicyEstimateReason`] | Return a human‐readable name for a block policy estimate reason. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#