Events
A wrapper structure on an array of events to handle filtering smoothly.
Fully qualified path: snforge_std::cheatcodes::events::Events
#[derive(Drop, Serde, Clone, Debug)]
pub struct Events {
pub events: Array<(ContractAddress, Event)>,
}