Identifier for fee rate estimator.

Synopsis

Declared in <util/fees.h>

enum class FeeRateEstimatorType : int;

Members

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.

Non-Member Functions

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.

Created with MrDocs