systemState method

Future<WalrusSystemState> systemState()

Read current system state (pricing, epoch, shards).

Implementation

Future<WalrusSystemState> systemState() => _stateReader.systemState();