#include <amount.h>
#include <policy/feerate.h>
#include <uint256.h>
#include <random.h>
#include <sync.h>
#include <map>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
|
| enum | FeeEstimateHorizon { FeeEstimateHorizon::SHORT_HALFLIFE = 0,
FeeEstimateHorizon::MED_HALFLIFE = 1,
FeeEstimateHorizon::LONG_HALFLIFE = 2
} |
| |
| enum | FeeReason {
FeeReason::NONE,
FeeReason::HALF_ESTIMATE,
FeeReason::FULL_ESTIMATE,
FeeReason::DOUBLE_ESTIMATE,
FeeReason::CONSERVATIVE,
FeeReason::MEMPOOL_MIN,
FeeReason::PAYTXFEE,
FeeReason::FALLBACK,
FeeReason::REQUIRED
} |
| |
| Enumerator |
|---|
| SHORT_HALFLIFE |
|
| MED_HALFLIFE |
|
| LONG_HALFLIFE |
|
Definition at line 27 of file fees.h.
| Enumerator |
|---|
| NONE |
|
| HALF_ESTIMATE |
|
| FULL_ESTIMATE |
|
| DOUBLE_ESTIMATE |
|
| CONSERVATIVE |
|
| MEMPOOL_MIN |
|
| PAYTXFEE |
|
| FALLBACK |
|
| REQUIRED |
|
Definition at line 36 of file fees.h.