SimulationOpcodeTraceUnit
SimulationOpcodeTraceUnit =
object
Defined in: packages/algod_client/src/models/simulation-opcode-trace-unit.ts:13
The set of trace information and effect from evaluating a single opcode.
Properties
Section titled “Properties”pc:
number
Defined in: packages/algod_client/src/models/simulation-opcode-trace-unit.ts:17
The program counter of the current opcode being evaluated.
scratchChanges?
Section titled “scratchChanges?”
optionalscratchChanges:ScratchChange[]
Defined in: packages/algod_client/src/models/simulation-opcode-trace-unit.ts:22
The writes into scratch slots.
spawnedInners?
Section titled “spawnedInners?”
optionalspawnedInners:number[]
Defined in: packages/algod_client/src/models/simulation-opcode-trace-unit.ts:32
The indexes of the traces for inner transactions spawned by this opcode, if any.
stackAdditions?
Section titled “stackAdditions?”
optionalstackAdditions:AvmValue[]
Defined in: packages/algod_client/src/models/simulation-opcode-trace-unit.ts:42
The values added by this opcode to the stack.
stackPopCount?
Section titled “stackPopCount?”
optionalstackPopCount:number
Defined in: packages/algod_client/src/models/simulation-opcode-trace-unit.ts:37
The number of deleted stack values by this opcode.
stateChanges?
Section titled “stateChanges?”
optionalstateChanges:ApplicationStateOperation[]
Defined in: packages/algod_client/src/models/simulation-opcode-trace-unit.ts:27
The operations against the current application’s states.