getEpochSchedule method

Future<EpochSchedule> getEpochSchedule()

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

Implementation

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