Skip to main content

Module event

Module event 

Source
Expand description

Raw and decoded event types.

Structs§

DecodedEvent
A fully decoded event — the primary output of ChainCodec.
EventFingerprint
The keccak256 (EVM) or SHA-256 (non-EVM) hash of an event’s canonical signature. Used for O(1) schema lookup.
RawEvent
A raw, undecoded event as received from an RPC node or batch loader. This is the input to every decoder.