Enumeration of reason for returned fee estimate.

Synopsis

Declared in <policy/fees/block_policy_estimator.h>

enum class BlockPolicyEstimateReason : int;

Members

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

Name

Description

StringForBlockPolicyEstimateReason

Return a human‐readable name for a block policy estimate reason.

Created with MrDocs