Identifier for fee rate estimator.
Declared in <util/fees.h>
enum class FeeRateEstimatorType : int;
| Name | Description |
|---|---|
NONE | No fee rate estimator. |
BLOCK_POLICY | The block policy estimator, based on confirmed transactions. |
MEMPOOL_POLICY | The mempool policy estimator, based on current mempool contents. |
| Name | Description |
|---|---|
EstimationError | Build a fee rate estimation error result: a zero-value estimation identifying the estimator and target, alongside the error message. |
FeeRateEstimatorTypeFromString | Parse a fee rate estimator type from its canonical string name. |
FeeRateEstimatorTypeToString | Convert a fee rate estimator type to its canonical string name. |