#include <attributes.h>
#include <util/expected.h>
#include <util/feefrac.h>
#include <string>
#include <string_view>
#include <utility>
Go to the source code of this file.
|
| struct | FeeRateEstimation |
| | A successful fee rate estimate returned by a fee rate estimator. More...
|
| |
| struct | FeeRateEstimationError |
| | A failed fee rate estimation, carrying the zero-value estimation that identifies the estimator and target alongside the error reason. More...
|
| |
◆ FeeEstimateMode
| Enumerator |
|---|
| UNSET | Use default settings based on other criteria.
|
| ECONOMICAL | Force Fee rate estimator to return non-conservative estimates.
|
| CONSERVATIVE | Force Fee rate estimator to return conservative estimates.
|
Definition at line 17 of file fees.h.
◆ FeeRateEstimatorType
Identifier for fee rate estimator.
| Enumerator |
|---|
| NONE | |
| BLOCK_POLICY | |
| MEMPOOL_POLICY | |
Definition at line 36 of file fees.h.
◆ FeeReason
| Enumerator |
|---|
| FEE_RATE_ESTIMATOR | |
| MEMPOOL_MIN | |
| USER_SPECIFIED | |
| FALLBACK | |
| REQUIRED | |
Definition at line 24 of file fees.h.
◆ EstimationError()
Build a fee rate estimation error result: a zero-value estimation identifying the estimator and target, alongside the error message.
Definition at line 78 of file fees.h.
◆ FeeRateEstimationRef()
Return the estimation carried by a fee rate estimate result: the successful estimation, or the error's zero-value estimation.
Definition at line 87 of file fees.h.
◆ FeeRateEstimatorTypeFromString()
◆ FeeRateEstimatorTypeToString()