Return the minimum fee for this size given a fee rate result.
Declared in <wallet/fees.h>
CAmount
GetMinimumFee(
MinimumFeeRateResult const& min_fee_rate,
unsigned int nTxBytes);
The minimum absolute fee for the given size.
| Name | Description |
|---|---|
| min_fee_rate | The computed minimum fee rate to apply. |
| nTxBytes | The transaction size in bytes. |