Expand description
Raw and decoded event types.
Structs§
- Decoded
Event - A fully decoded event — the primary output of ChainCodec.
- Event
Fingerprint - 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.