MessagesToL1
A wrapper structure on an array of messages to handle filtering smoothly.
Fully qualified path: snforge_std::cheatcodes::message_to_l1::MessagesToL1
#[derive(Drop, Serde)]
pub struct MessagesToL1 {
pub messages: Array<(ContractAddress, MessageToL1)>,
}