eth::cli::WatchSpec¶
One watch subscription specified on the command line.
#include <eth_watch_cli.hpp>
Public Attributes¶
| Name | |
|---|---|
| std::string | contract_hex 40 hex chars (20 bytes), empty = any contract |
| std::string | event_signature e.g. "Transfer(address,address,uint256)" |
Public Attributes Documentation¶
variable contract_hex¶
40 hex chars (20 bytes), empty = any contract
variable event_signature¶
e.g. "Transfer(address,address,uint256)"
Updated on 2026-04-13 at 23:22:46 -0700