BlockPolicyEstimateReason

Enumeration of reason for returned fee estimate.

Synopsis

Declared in <policy/fees/block_policy_estimator.h>

enum class BlockPolicyEstimateReason : int;

Members

NameDescription
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

NameDescription
StringForBlockPolicyEstimateReasonReturn a human-readable name for a block policy estimate reason.