getInflationRate method

Future<InflationRate> getInflationRate()

Returns the specific inflation values for the current epoch.

Implementation

Future<InflationRate> getInflationRate() async =>
    (await getInflationRateRaw()).result!;