Identifier for fee rate estimator.
Synopsis
Declared in <util/fees.h>
enum class FeeRateEstimatorType : int;
Members
Name |
Description |
|
No fee rate estimator. |
|
The block policy estimator, based on confirmed transactions. |
|
The mempool policy estimator, based on current mempool contents. |
Non-Member Functions
Name |
Description |
Build a fee rate estimation error result: a zero‐value estimation identifying the estimator and target, alongside the error message. |
|
Parse a fee rate estimator type from its canonical string name. |
|
Convert a fee rate estimator type to its canonical string name. |
Created with MrDocs