Structs§
- Scenario
Compiler - Compiles named scenarios into VM instruction sequences. This is the layer that knows what “deposit_and_withdraw” means.
- Scenario
Params - Parameters that can be passed into a scenario.
- Stylus
Vm - VmResult
- The result of a VM execution.
Enums§
- Instruction
- High-level instruction that the scenario compiler emits. Each maps to one or more low-level opcodes in the trace.