discv4::DiscoveredPeer¶
#include <discv4_client.hpp>
Public Attributes¶
| Name | |
|---|---|
| NodeId | node_id |
| std::string | ip |
| uint16_t | udp_port |
| uint16_t | tcp_port |
| std::chrono::steady_clock::time_point | last_seen |
| std::optional< ForkId > | eth_fork_id ENR-derived ForkId; empty if eth entry absent or ENR failed. |
Public Attributes Documentation¶
variable node_id¶
variable ip¶
variable udp_port¶
variable tcp_port¶
variable last_seen¶
variable eth_fork_id¶
ENR-derived ForkId; empty if eth entry absent or ENR failed.
Updated on 2026-04-13 at 23:22:46 -0700