Skip to content

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

bool contains(
    const BridgeEventKey & key
) const

function mark_seen

bool mark_seen(
    const BridgeEventKey & key
)

function size

size_t size() const

function clear

void clear()

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