Skip to content

eth::WatchEventNotification

Enriched event payload emitted by EthWatchRunner and EthWatchService.

#include <eth_watch_service.hpp>

Public Attributes

Name
WatchEventContext context
MatchedEvent event
std::vector< abi::AbiValue > values
std::string event_signature

Public Attributes Documentation

variable context

WatchEventContext context;

variable event

MatchedEvent event;

variable values

std::vector< abi::AbiValue > values;

variable event_signature

std::string event_signature;

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