getEpochSchedule method
Returns the epoch schedule information from the cluster's genesis config.
Implementation
Future<EpochSchedule> getEpochSchedule() async =>
(await getEpochScheduleRaw()).result!;
Returns the epoch schedule information from the cluster's genesis config.
Future<EpochSchedule> getEpochSchedule() async =>
(await getEpochScheduleRaw()).result!;