wallet::GetMinimumFeeRate

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

NameDescription
walletThe wallet providing fee estimation settings.
coin_controlUser-provided coin control settings that may override the fee rate.