EthController(repository: BlockchainRepository, pendingTransactionsPool: TransactionPool, requestsManager: EthRequestsManager, connectionsListener: (WireConnection, Status) -> Unit = { _, _ -> })
Controller managing the state of the ETH or LES subprotocol handlers.