Skip to main content

Module vm

Module vm 

Source

Structs§

ScenarioCompiler
Compiles named scenarios into VM instruction sequences. This is the layer that knows what “deposit_and_withdraw” means.
ScenarioParams
Parameters that can be passed into a scenario.
StylusVm
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.