wallet::GetRequiredFeeRate

Return the minimum required feerate taking into account the minimum relay feerate and user set minimum transaction feerate

Synopsis

Declared in <wallet/fees.h>

CFeeRate
GetRequiredFeeRate(CWallet const& wallet);

Return Value

The minimum required fee rate.

Parameters

NameDescription
walletThe wallet providing the relay and user minimum fee rates.