#include <amount.h>
#include <policy/feerate.h>
#include <uint256.h>
#include <random.h>
#include <sync.h>
#include <array>
#include <map>
#include <memory>
#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 28 of file fees.h.
◆ FeeReason
| Enumerator |
|---|
| NONE | |
| HALF_ESTIMATE | |
| FULL_ESTIMATE | |
| DOUBLE_ESTIMATE | |
| CONSERVATIVE | |
| MEMPOOL_MIN | |
| PAYTXFEE | |
| FALLBACK | |
| REQUIRED | |
Definition at line 43 of file fees.h.
◆ StringForFeeEstimateHorizon()
◆ ALL_FEE_ESTIMATE_HORIZONS
| constexpr auto ALL_FEE_ESTIMATE_HORIZONS |
|
static |
Initial value:
Definition at line 34 of file fees.h.