[#ParseFeeRate] = ParseFeeRate :mrdocs: Parse a json number or string, denoting BTC/kvB, into a CFeeRate (sat/kvB). Reject negative values or rates larger than 1BTC/kvB. == Synopsis Declared in `<rpc/util.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CFeeRate.adoc[CFeeRate] ParseFeeRate(xref:UniValue.adoc[UniValue] const& json); ---- == Return Value The parsed fee rate. == Parameters [cols="1,4"] |=== | Name| Description | *json* | The fee rate as a JSON number or string. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#