[#ALL_FEE_ESTIMATE_HORIZONS] = ALL_FEE_ESTIMATE_HORIZONS :mrdocs: All fee estimate horizons, in increasing order of half‐life. == Synopsis Declared in `<policy/fees/block_policy_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr auto ALL_FEE_ESTIMATE_HORIZONS = std::array{ FeeEstimateHorizon::SHORT_HALFLIFE, FeeEstimateHorizon::MED_HALFLIFE, FeeEstimateHorizon::LONG_HALFLIFE, }; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#