FeeFrac::EvaluateFeeDown

Compute the fee for a given size at_size using this object's feerate, rounding down.

Synopsis

Declared in <util/feefrac.h>

int64_t
EvaluateFeeDown(int32_t at_size) const noexcept;

Return Value

The fee corresponding to at_size, rounded towards negative infinity.

Parameters

NameDescription
at_sizeThe size to evaluate the fee at.