Compute the fee for a given size at_size using this object's feerate, rounding up.
Synopsis
Declared in <util/feefrac.h>
int64_t
EvaluateFeeUp(int32_t at_size) const noexcept;
Return Value
The fee corresponding to at_size, rounded towards positive infinity.
Parameters
Name |
Description |
at_size |
The size to evaluate the fee at. |
Created with MrDocs