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

Name

Description

min_fee_rate

The computed minimum fee rate to apply.

nTxBytes

The transaction size in bytes.

Created with MrDocs