systemState method
Read current system state (pricing, epoch, shards).
Implementation
Future<WalrusSystemState> systemState() => _stateReader.systemState();
Read current system state (pricing, epoch, shards).
Future<WalrusSystemState> systemState() => _stateReader.systemState();