Used to determine the reason a wallet selected a transaction fee rate

Synopsis

Declared in <util/fees.h>

enum class FeeReason : int;

Members

Name

Description

FEE_RATE_ESTIMATOR

The fee rate came from the fee rate estimator.

MEMPOOL_MIN

The fee rate was raised to the mempool minimum.

USER_SPECIFIED

The fee rate was set explicitly by the user.

FALLBACK

The fee rate fell back to the configured default.

REQUIRED

The fee rate was raised to the required minimum.

Non-Member Functions

Name

Description

common::StringForFeeReason

Return a human‐readable description of a fee reason.

Created with MrDocs