Skip to content

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

PublicKey local_public_key {};

variable local_private_key

PrivateKey local_private_key {};

variable client_id

std::string client_id;

variable listen_port

uint16_t listen_port = 0;

variable peer_public_key

std::optional< PublicKey > peer_public_key;

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