Skip to content

eth::EthWatchEventSpec

Event filter registration consumed by the production watch runtime.

#include <eth_watch_service.hpp>

Public Attributes

Name
codec::Address contract_address
std::string event_signature
std::vector< abi::AbiParam > params
std::optional< uint64_t > from_block
std::optional< uint64_t > to_block

Public Attributes Documentation

variable contract_address

codec::Address contract_address {};

variable event_signature

std::string event_signature;

variable params

std::vector< abi::AbiParam > params;

variable from_block

std::optional< uint64_t > from_block;

variable to_block

std::optional< uint64_t > to_block;

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