getEpochScheduleRaw method
Returns the epoch schedule information from the cluster's genesis config.
Implementation
Future<JsonRpcSuccessResponse<EpochSchedule>> getEpochScheduleRaw()
=> send(GetEpochSchedule());
Returns the epoch schedule information from the cluster's genesis config.
Future<JsonRpcSuccessResponse<EpochSchedule>> getEpochScheduleRaw()
=> send(GetEpochSchedule());