ready property

Future<Network> ready

Returns a Future which will stall until the Network has heen established, ignoring errors due to the target node not being active yet.

This can be used for testing or attaching scripts to wait until the node is up and running smoothly.

Implementation

Future<Network> get ready => call<Network>('ready');