net¶
Net related features
-
class
aioethereum.management.net.NetMixin¶ Bases:
object-
coroutine
net_listening()¶ https://github.com/ethereum/wiki/wiki/JSON-RPC#net_listening
Return type: bool
-
coroutine
net_peerCount()¶ https://github.com/ethereum/wiki/wiki/JSON-RPC#net_peercount
Return type: int
-
coroutine
net_version()¶ https://github.com/ethereum/wiki/wiki/JSON-RPC#net_version
Return type: str
-
coroutine