getInflationRateRaw method

Future<JsonRpcSuccessResponse<InflationRate>> getInflationRateRaw()

Returns the specific inflation values for the current epoch.

Implementation

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