#include <consensus/amount.h>
#include <fs.h>
#include <policy/feerate.h>
#include <random.h>
#include <sync.h>
#include <threadsafety.h>
#include <uint256.h>
#include <array>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <vector>
Go to the source code of this file.
|
enum | FeeEstimateHorizon { FeeEstimateHorizon::SHORT_HALFLIFE,
FeeEstimateHorizon::MED_HALFLIFE,
FeeEstimateHorizon::LONG_HALFLIFE
} |
|
enum | FeeReason {
FeeReason::NONE,
FeeReason::HALF_ESTIMATE,
FeeReason::FULL_ESTIMATE,
FeeReason::DOUBLE_ESTIMATE,
FeeReason::CONSERVATIVE,
FeeReason::MEMPOOL_MIN,
FeeReason::PAYTXFEE,
FeeReason::FALLBACK,
FeeReason::REQUIRED
} |
|
◆ FeeEstimateHorizon
Enumerator |
---|
SHORT_HALFLIFE | |
MED_HALFLIFE | |
LONG_HALFLIFE | |
Definition at line 29 of file fees.h.
◆ FeeReason
Enumerator |
---|
NONE | |
HALF_ESTIMATE | |
FULL_ESTIMATE | |
DOUBLE_ESTIMATE | |
CONSERVATIVE | |
MEMPOOL_MIN | |
PAYTXFEE | |
FALLBACK | |
REQUIRED | |
Definition at line 44 of file fees.h.
◆ StringForFeeEstimateHorizon()
◆ ALL_FEE_ESTIMATE_HORIZONS
constexpr auto ALL_FEE_ESTIMATE_HORIZONS |
|
staticconstexpr |
Initial value:
Definition at line 35 of file fees.h.