FeeRateEstimatorType

Identifier for fee rate estimator.

Synopsis

Declared in <util/fees.h>

enum class FeeRateEstimatorType : int;

Members

NameDescription
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.

Non-Member Functions

NameDescription
EstimationErrorBuild a fee rate estimation error result: a zero-value estimation identifying the estimator and target, alongside the error message.
FeeRateEstimatorTypeFromStringParse a fee rate estimator type from its canonical string name.
FeeRateEstimatorTypeToStringConvert a fee rate estimator type to its canonical string name.