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 |
|
The fee rate came from the fee rate estimator. |
|
The fee rate was raised to the mempool minimum. |
|
The fee rate was set explicitly by the user. |
|
The fee rate fell back to the configured default. |
|
The fee rate was raised to the required minimum. |
Non-Member Functions
Name |
Description |
Return a human‐readable description of a fee reason. |
Created with MrDocs