Test connection
Check that the AElf chain node is connectable.
- Javascript
- C#
- Go
- Java
- PHP
- Python
Not documented.
var isConnected = await client.IsConnectedAsync();
Not documented.
boolean isConnected = client.isConnected();
Not documented.
Not documented.