event
Event handling traits for Starknet smart contracts.This module provides traits for serializing, deserializing and emitting events on Starknet. The Event
trait handles the serialization of event types, while the EventEmitter
trait provides the capability to emit events from Starknet contracts.
Fully qualified path: core::starknet::event