[#wallet-MinimumFeeRateResult] = xref:wallet.adoc[wallet]::MinimumFeeRateResult :relfileprefix: ../ :mrdocs: Result of resolving the minimum fee rate to use for a transaction. == Synopsis Declared in `<wallet/types.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct MinimumFeeRateResult; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/MinimumFeeRateResult/2constructor.adoc[`MinimumFeeRateResult`] [.small]#[constructor]# | Construct a result from a fee rate, its reason, and the confirmation target used. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:wallet/MinimumFeeRateResult/fee_rate.adoc[`fee_rate`] | The resolved fee rate to use. | xref:wallet/MinimumFeeRateResult/fee_reason.adoc[`fee_reason`] | The reason the fee rate was chosen. | xref:wallet/MinimumFeeRateResult/returned_target.adoc[`returned_target`] | The confirmation target that produced the estimate, if any. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:wallet/GetMinimumFee.adoc[`GetMinimumFee`] | Return the minimum fee for this size given a fee rate result. | xref:wallet/GetMinimumFeeRate.adoc[`GetMinimumFeeRate`] | Estimate the minimum fee rate considering user set parameters and the required fee |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#