wallet::GetMinimumFee

Return the minimum fee for this size given a fee rate result.

Synopsis

Declared in <wallet/fees.h>

CAmount
GetMinimumFee(
    MinimumFeeRateResult const& min_fee_rate,
    unsigned int nTxBytes);

Return Value

The minimum absolute fee for the given size.

Parameters

NameDescription
min_fee_rateThe computed minimum fee rate to apply.
nTxBytesThe transaction size in bytes.