rlpx::auth::HandshakeConfig¶
#include <auth_handshake.hpp>
Public Attributes¶
| Name | |
|---|---|
| PublicKey | local_public_key |
| PrivateKey | local_private_key |
| std::string | client_id |
| uint16_t | listen_port |
| std::optional< PublicKey > | peer_public_key |
Public Attributes Documentation¶
variable local_public_key¶
variable local_private_key¶
variable client_id¶
variable listen_port¶
variable peer_public_key¶
Updated on 2026-04-13 at 23:22:46 -0700