The step transition function.
The EVM executes a StepFn transition for each opcode found in the evm.bytecode. It should change the state accordingly to the opcode found.
EVM
StepFn
opcode
evm.bytecode
state
Generated using TypeDoc v0.25.2
The step transition function.
The
EVM
executes aStepFn
transition for eachopcode
found in theevm.bytecode
. It should change thestate
accordingly to theopcode
found.