Skip to content

discv5::discv5_client::SessionState

Public Attributes

Name
std::array< uint8_t, 16U > write_key
std::array< uint8_t, 16U > read_key
std::array< uint8_t, kKeccak256Bytes > remote_node_addr
NodeId remote_node_id
std::vector< uint8_t > last_req_id

Public Attributes Documentation

variable write_key

std::array< uint8_t, 16U > write_key {};

variable read_key

std::array< uint8_t, 16U > read_key {};

variable remote_node_addr

std::array< uint8_t, kKeccak256Bytes > remote_node_addr {};

variable remote_node_id

NodeId remote_node_id {};

variable last_req_id

std::vector< uint8_t > last_req_id {};

Updated on 2026-04-13 at 23:22:46 -0700