getEpochScheduleRaw method

Future<JsonRpcSuccessResponse<EpochSchedule>> getEpochScheduleRaw()
inherited

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

Implementation

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