Construct a FeeFrac with specified fee and size.

Synopsis

Declared in <util/feefrac.h>

constexpr
FeeFrac(
    int64_t f,
    int32_t s) noexcept;

Parameters

Name

Description

f

The fee, in satoshis.

s

The size, in the caller's chosen unit.

Created with MrDocs