getInflationRate method

Future<InflationRate> getInflationRate()
inherited

Returns the specific inflation values for the current epoch.

Implementation

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