[#FeeReason] = FeeReason :mrdocs: Used to determine the reason a wallet selected a transaction fee rate == Synopsis Declared in `<util/fees.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum class FeeReason : int; ---- == Members [cols="1,4"] |=== | 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 [cols="1,4"] |=== | Name| Description | xref:common/StringForFeeReason.adoc[`common::StringForFeeReason`] | Return a human‐readable description of a fee reason. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#