getEpochInfoRaw method
Returns information about the current epoch.
Implementation
Future<JsonRpcSuccessResponse<EpochInfo>> getEpochInfoRaw({
final GetEpochInfoConfig? config,
}) => send(GetEpochInfo(config: config));
Returns information about the current epoch.
Future<JsonRpcSuccessResponse<EpochInfo>> getEpochInfoRaw({
final GetEpochInfoConfig? config,
}) => send(GetEpochInfo(config: config));