[#FeePerUnit-FromFeeFrac] = xref:FeePerUnit.adoc[FeePerUnit]::FromFeeFrac :relfileprefix: ../ :mrdocs: Convert a FeeFrac to a FeePerUnit. == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:FeePerUnit.adoc[FeePerUnit] FromFeeFrac(xref:FeeFrac.adoc[FeeFrac] const& feefrac) noexcept; ---- == Return Value A FeePerUnit carrying the same fee and size. == Parameters [cols="1,4"] |=== | Name| Description | *feefrac* | The FeeFrac to wrap. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#