Skip to content

eth::WatchEventContext

Context metadata attached to a filtered watch event.

#include <eth_watch_service.hpp>

Public Attributes

Name
std::string chain_name
uint64_t network_id
std::string peer_client_id
std::string peer_address

Public Attributes Documentation

variable chain_name

std::string chain_name;

variable network_id

uint64_t network_id = 0;

variable peer_client_id

std::string peer_client_id;

variable peer_address

std::string peer_address;

Updated on 2026-06-05 at 17:22:18 -0700