data class EnodeUriComponents (source)
The components of an enode URI.
nodeId - the public key of the node
<init> |
The components of an enode URI. EnodeUriComponents(nodeId: PublicKey, endpoint: Endpoint) |
endpoint |
the ndoe endpoint val endpoint: Endpoint |
nodeId |
the public key of the node val nodeId: PublicKey |