Structsยง
- Contains data about the state of outer/main EVM which created and invoked the inner EVM context. Used to adjust EVM state while in inner context.
- The collected results of
InspectorStack
. - An inspector that calls multiple inspectors in sequence.
- All used inpectors besides Cheatcodes.
- Struct keeping mutable references to both parts of InspectorStack and implementing [revm::Inspector]. This struct can be obtained via InspectorStack::as_mut or via [CheatcodesExecutor::get_inspector] method implemented for InspectorStackInner.