Skip to main content

Module handler

Module handler 

Source
Expand description

Event and block handler traits + registry.

Structs§

DecodedEvent
A decoded blockchain event (chain-agnostic representation).
HandlerRegistry
Registry of event + block + reorg handlers.

Traits§

BlockHandler
Trait for user-provided block handlers.
EventHandler
Trait for user-provided event handlers.
ReorgHandler
Trait for reorg handlers.