#include <consensus/amount.h>
#include <policy/feerate.h>
#include <random.h>
#include <sync.h>
#include <threadsafety.h>
#include <uint256.h>
#include <util/fs.h>
#include <array>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <vector>
Go to the source code of this file.
|
enum class | FeeEstimateHorizon { SHORT_HALFLIFE
, MED_HALFLIFE
, LONG_HALFLIFE
} |
|
enum class | FeeReason {
NONE
, HALF_ESTIMATE
, FULL_ESTIMATE
, DOUBLE_ESTIMATE
,
CONSERVATIVE
, MEMPOOL_MIN
, PAYTXFEE
, FALLBACK
,
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.