Identifier for each of the 3 different TxConfirmStats which track history over different time horizons.
Declared in <policy/fees/block_policy_estimator.h>
enum class FeeEstimateHorizon : int;
| 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. |
| Name | Description |
|---|---|
StringForFeeEstimateHorizon | Return a human-readable name for a fee estimate horizon. |