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

message_to_l1

Fully qualified path: snforge_std::cheatcodes::message_to_l1

Free functions

spy_messages_to_l1Creates MessageToL1Spy instance that spies on all messages sent to L1

Structs

MessageToL1Raw message to L1 format (as seen via the RPC-API), can be used for asserting the sent messages.
MessageToL1SpyA message spy structure allowing to get messages emitted only after its creation.
MessagesToL1A wrapper structure on an array of messages to handle filtering smoothly.

Traits

MessageToL1SpyTrait
MessageToL1FilterTrait
MessageToL1SpyAssertionsTraitAllows to assert the expected sent messages (or lack thereof), in the scope of MessageToL1Spy structure.