abstract fun createClient(service: RLPxService!): SubProtocolClient!
(source)
Creates a new client for the subprotocol.
service
- RLPxService!: the rlpx service that will use the handler
Return
SubProtocolClient!: a new client for the subprotocol, bound to the service.