discv5::discv5_client::ChallengeState¶
Public Attributes¶
| Name | |
|---|---|
| std::array< uint8_t, kKeccak256Bytes > | remote_node_addr |
| std::vector< uint8_t > | challenge_data |
| std::array< uint8_t, kGcmNonceBytes > | request_nonce |
| std::array< uint8_t, kWhoareyouIdNonceBytes > | id_nonce |
| uint64_t | record_seq |
Public Attributes Documentation¶
variable remote_node_addr¶
variable challenge_data¶
variable request_nonce¶
variable id_nonce¶
variable record_seq¶
Updated on 2026-04-13 at 23:22:46 -0700