Parse a json number or string, denoting BTC/kvB, into a CFeeRate (sat/kvB). Reject negative values or rates larger than 1BTC/kvB.
Return Value
The parsed fee rate.
Parameters
Name |
Description |
json |
The fee rate as a JSON number or string. |
Created with MrDocs