getEpochInfoRaw method

Future<JsonRpcSuccessResponse<EpochInfo>> getEpochInfoRaw({
  1. GetEpochInfoConfig? config,
})

Returns information about the current epoch.

Implementation

Future<JsonRpcSuccessResponse<EpochInfo>> getEpochInfoRaw({
  final GetEpochInfoConfig? config,
}) =>
    send(GetEpochInfo(config: config));