[#wallet-MinimumFeeRateResult-2constructor] = xref:wallet.adoc[wallet]::xref:wallet/MinimumFeeRateResult.adoc[MinimumFeeRateResult]::MinimumFeeRateResult :relfileprefix: ../../ :mrdocs: Construct a result from a fee rate, its reason, and the confirmation target used. == Synopsis Declared in `<wallet/types.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- MinimumFeeRateResult( xref:CFeeRate.adoc[CFeeRate] fee_rate, xref:FeeReason.adoc[FeeReason] fee_reason, std::optional<int> returned_target); ---- == Parameters [cols="1,4"] |=== | Name| Description | *fee_rate* | The resolved fee rate to use. | *fee_reason* | The reason the fee rate was chosen. | *returned_target* | The confirmation target that produced the estimate, if any. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#