Estimate the minimum fee rate considering user set parameters and the required fee
Declared in <wallet/fees.h>
MinimumFeeRateResult
GetMinimumFeeRate(
CWallet const& wallet,
CCoinControl const& coin_control);
The estimated minimum fee rate.
| Name | Description |
|---|---|
| wallet | The wallet providing fee estimation settings. |
| coin_control | User-provided coin control settings that may override the fee rate. |