tuweni / org.apache.tuweni.devp2p / EnodeUriComponents

EnodeUriComponents

data class EnodeUriComponents (source)

The components of an enode URI.

Parameters

nodeId - the public key of the node

endpoint - the ndoe endpoint

Constructors

<init>

The components of an enode URI.

EnodeUriComponents(nodeId: PublicKey, endpoint: Endpoint)

Properties

endpoint

the ndoe endpoint

val endpoint: Endpoint

nodeId

the public key of the node

val nodeId: PublicKey