Expand description
Simulation environments
A simulation environment wraps a local EVM & database with tracking of simulation events. It also provides functionality to deploy contracts, interact contracts and process queues of transactions.
Structs§
- Env
- Simulation environment
- GasPriority
Validator - Validator that sorts transactions by Nonce and priority fee
- Random
Validator - Validator that randomly shuffles transactions
- Revert
Error - Error raised when an EVM transaction is reverted
Traits§
- Validator
- Trait for a block validator
Functions§
- decode_
event - Decode data attached to an Event
- process_
events - Filter and process a vector of simulation events