Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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)>,
}

Members

messages

Fully qualified path: snforge_std::cheatcodes::message_to_l1::MessagesToL1::messages

pub messages: Array<(ContractAddress, MessageToL1)>