getInflationRateRaw method
Returns the specific inflation values for the current epoch.
Implementation
Future<JsonRpcSuccessResponse<InflationRate>> getInflationRateRaw() =>
send(GetInflationRate());
Returns the specific inflation values for the current epoch.
Future<JsonRpcSuccessResponse<InflationRate>> getInflationRateRaw() =>
send(GetInflationRate());