Enumeration of reason for returned fee estimate.
Synopsis
Declared in <policy/fees/block_policy_estimator.h>
enum class BlockPolicyEstimateReason : int;
Members
Name |
Description |
|
No estimate reason recorded. |
|
Estimate met the success threshold within half the target. |
|
Estimate met the success threshold within the full target. |
|
Estimate met the success threshold within double the target. |
|
Conservative estimate valid over a longer time horizon. |
Non-Member Functions
Name |
Description |
Return a human‐readable name for a block policy estimate reason. |
Created with MrDocs