getInflationRateRaw method

Future<JsonRpcSuccessResponse<InflationRate>> getInflationRateRaw()
inherited

Returns the specific inflation values for the current epoch.

Implementation

Future<JsonRpcSuccessResponse<InflationRate>> getInflationRateRaw()
  => send(GetInflationRate());