Expand description
Helper interfaces and functions, that help with controlling the execution of EVM contracts. It is mostly used to help with the implementation of foundry cheatscodes for forge test integration.
Traits§
- Mock
Handler - A trait that provides hooks for mocking EVM contract calls and callers. This is useful for testing and simulating contract interactions within foundry forge tests.