Parse a json number or string, denoting BTC/kvB, into a CFeeRate (sat/kvB). Reject negative values or rates larger than 1BTC/kvB.
Declared in <rpc/util.h>
<rpc/util.h>
CFeeRate ParseFeeRate(UniValue const& json);
The parsed fee rate.