events
Fully qualified path: snforge_std::cheatcodes::events
Free functions
| spy_events | Creates EventSpy instance that spies on all events emitted after its creation. |
Structs
| Event | Raw event format (as seen via the RPC-API), can be used for asserting the emitted events. |
| EventSpy | An event spy structure allowing to get events emitted only after its creation. |
| Events | A wrapper structure on an array of events to handle filtering smoothly. |
Traits
| EventSpyTrait | — |
| EventsFilterTrait | — |
| EventSpyAssertionsTrait | Allows to assert the expected events emission (or lack thereof), in the scope of EventSpy structure. |
| IsEmitted | — |