interface NodeDiscoveryService
(source)
Service executes network discovery, according to discv5 specification (https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md)
abstract suspend fun start(): Unit
Initializes node discovery |
|
abstract suspend fun terminate(): Unit
Executes service shut down |