data class Node
Node(endpoint: Endpoint, nodeId: PublicKey)
val endpoint: Endpoint
val nodeId: PublicKey
fun readFrom(reader: RLPReader): Node