Expand description
EVM executor abstractions, which can execute calls.
Used for running tests, scripts, and interacting with the inner backend which holds the state.
Modules§
- Module containing a contract’s types and functions.
Structs§
- The result of a call.
- The result of a deployment.
- Represents the context after an execution error occurred.
- EVM executor.
- The builder that allows to configure an evm
Executor
which a stack of optionalrevm::Inspector
s, such asCheatcodes
. - Wrapper around an
Executor
which provides fuzzing support using [proptest
]. - Wrapper around any
Executor
implementer which provides fuzzing support using [proptest
]. - The result of a raw call.
- A default executor with tracing enabled