FeeEstimateHorizon

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

NameDescription
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

NameDescription
StringForFeeEstimateHorizonReturn a human-readable name for a fee estimate horizon.