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