Compute the fee for a given size at_size using this object's feerate, rounding down.
Declared in <util/feefrac.h>
int64_t
EvaluateFeeDown(int32_t at_size) const noexcept;
The fee corresponding to at_size, rounded towards negative infinity.
| Name | Description |
|---|---|
| at_size | The size to evaluate the fee at. |