Identifier for each of the 3 different TxConfirmStats which track history over different time horizons.

Synopsis

Declared in <policy/fees/block_policy_estimator.h>

enum class FeeEstimateHorizon : int;

Members

Name

Description

SHORT_HALFLIFE

Short time horizon, tracking recent confirmation history.

MED_HALFLIFE

Medium time horizon.

LONG_HALFLIFE

Long time horizon, retaining the oldest history.

Non-Member Functions

Name

Description

StringForFeeEstimateHorizon

Return a human‐readable name for a fee estimate horizon.

Created with MrDocs