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.
Constants
- The code for an empty event.
Functions
- Returns true if the type should be derived as an event.
- Checks whether the given item is a starknet event, and if so - makes sure it’s valid and returns its variants. Returns None if it’s not a starknet event.