message_to_l1
Fully qualified path: snforge_std::cheatcodes::message_to_l1
Free functions
| spy_messages_to_l1 | Creates MessageToL1Spy instance that spies on all messages sent to L1 |
Structs
| MessageToL1 | Raw message to L1 format (as seen via the RPC-API), can be used for asserting the sent messages. |
| MessageToL1Spy | A message spy structure allowing to get messages emitted only after its creation. |
| MessagesToL1 | A wrapper structure on an array of messages to handle filtering smoothly. |
Traits
| MessageToL1SpyTrait | — |
| MessageToL1FilterTrait | — |
| MessageToL1SpyAssertionsTrait | Allows to assert the expected sent messages (or lack thereof), in the scope of MessageToL1Spy structure. |