Skip to main content

Module event

Module event 

Source

Structs§

EventHandlerRegistry
Registry for maintaining event handlers.
EventId
A type-safe event identifier that semantically represents a Felt value.
EventName
A human-readable name for an event.
NoopEventHandler
A handler which ignores the process state and leaves the AdviceProvider unchanged.

Enums§

SystemEvent
Defines a set of actions which can be initiated from the VM to inject new data into the advice provider.

Traits§

EventHandler
An EventHandler defines a function that that can be called from the processor which can read the VM state and modify the state of the advice provider.

Type Aliases§

EventError
A generic Error wrapper allowing handlers to return errors to the Host caller.