Module cairo_lang_starknet::plugin::events
source · Enums
- Generated auxiliary data for the
#[derive(starknet::Event)]
attribute. - Describes how to serialize the event’s field.
Functions
- Returns true if the type should be derived as an event.
- Generates the required event-related code.
- Derive the
Event
trait for enums annotated withderive(starknet::Event)
. - Derive the
Event
trait for structs annotated withderive(starknet::Event)
. - Checks whether the given item is an event, and if so - makes sure it’s valid.