[#FeeFrac-2constructor-08] = xref:FeeFrac.adoc[FeeFrac]::FeeFrac :relfileprefix: ../ :mrdocs: Construct a FeeFrac with specified fee and size. == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr FeeFrac( int64_t f, int32_t s) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *f* | The fee, in satoshis. | *s* | The size, in the caller's chosen unit. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#