getEpochScheduleRaw method

Future<JsonRpcSuccessResponse<EpochSchedule>> getEpochScheduleRaw()

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

Implementation

Future<JsonRpcSuccessResponse<EpochSchedule>> getEpochScheduleRaw() =>
    send(GetEpochSchedule());