getEpochInfo method
Returns information about the current epoch.
Implementation
Future<EpochInfo> getEpochInfo({final GetEpochInfoConfig? config}) async =>
(await getEpochInfoRaw(config: config)).result!;
Returns information about the current epoch.
Future<EpochInfo> getEpochInfo({final GetEpochInfoConfig? config}) async =>
(await getEpochInfoRaw(config: config)).result!;