getEpochSchedule method

Future<EpochSchedule> getEpochSchedule()
inherited

Returns the epoch schedule information from the cluster's genesis config.

Implementation

Future<EpochSchedule> getEpochSchedule() async
  => (await getEpochScheduleRaw()).result!;