getInflationRate method
Returns the specific inflation values for the current epoch.
Implementation
Future<InflationRate> getInflationRate() async =>
(await getInflationRateRaw()).result!;
Returns the specific inflation values for the current epoch.
Future<InflationRate> getInflationRate() async =>
(await getInflationRateRaw()).result!;