FeeFrac::FeeFrac

Construct a FeeFrac with specified fee and size.

Synopsis

Declared in <util/feefrac.h>

constexpr
FeeFrac(
    int64_t f,
    int32_t s) noexcept;

Parameters

NameDescription
fThe fee, in satoshis.
sThe size, in the caller's chosen unit.