Class SimulationOpcodeTraceUnit

The set of trace information and effect from evaluating a single opcode.

Implements

Constructors

Properties

pc: number

The program counter of the current opcode being evaluated.

scratchChanges?: ScratchChange[]

The writes into scratch slots.

spawnedInners?: number[]

The indexes of the traces for inner transactions spawned by this opcode, if any.

stackAdditions?: AvmValue[]

The values added by this opcode to the stack.

stackPopCount?: number

The number of deleted stack values by this opcode.

stateChanges?: ApplicationStateOperation[]

The operations against the current application's states.

encodingSchemaValue: undefined | Schema

Accessors

Methods

Generated using TypeDoc