eth::EventDeduper¶
In-memory event deduper keyed by source chain, transaction hash, and log index.
#include <bridge_event.hpp>
Public Functions¶
| Name | |
|---|---|
| bool | contains(const BridgeEventKey & key) const |
| bool | mark_seen(const BridgeEventKey & key) |
| size_t | size() const |
| void | clear() |
Public Functions Documentation¶
function contains¶
function mark_seen¶
function size¶
function clear¶
Updated on 2026-06-05 at 17:22:18 -0700