object
string
curl https://rpc.testnet.soo.network/rpc \ -X POST \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "getInflationGovernor", "params": [{ "commitment": "finalized" }] }'
{ "jsonrpc": "2.0", "result": { "initial": 0.08, "terminal": 0.015, "taper": 0.15, "foundation": 0.05, "foundationTerm": 7 }, "id": 1 }
initial: <f64>
terminal: <f64>
taper: <f64>
foundation: <f64>
foundationTerm: <f64>