$SimulationOpcodeTraceUnit
const$SimulationOpcodeTraceUnit:object
Type declaration
description
readonlydescription:"The set of trace information and effect from evaluating a single opcode."='The set of trace information and effect from evaluating a single opcode.'
properties
readonlyproperties:object
properties.pc
readonlyproperties.pc:object
properties.pc.description
readonlyproperties.pc.description:"The program counter of the current opcode being evaluated."='The program counter of the current opcode being evaluated.'
properties.pc.type
readonlyproperties.pc.type:"integer"='integer'
properties.scratch-changes
readonlyproperties.scratch-changes:object
properties.scratch-changes.description
readonlyproperties.scratch-changes.description:"The writes into scratch slots."='The writes into scratch slots.'
properties.scratch-changes.items
readonlyproperties.scratch-changes.items:object
properties.scratch-changes.items.$ref
readonlyproperties.scratch-changes.items.$ref:"#/components/schemas/ScratchChange"='#/components/schemas/ScratchChange'
properties.scratch-changes.type
readonlyproperties.scratch-changes.type:"array"='array'
properties.spawned-inners
readonlyproperties.spawned-inners:object
properties.spawned-inners.description
readonlyproperties.spawned-inners.description:"The indexes of the traces for inner transactions spawned by this opcode, if any."='The indexes of the traces for inner transactions spawned by this opcode, if any.'
properties.spawned-inners.items
readonlyproperties.spawned-inners.items:object
properties.spawned-inners.items.type
readonlyproperties.spawned-inners.items.type:"integer"='integer'
properties.spawned-inners.type
readonlyproperties.spawned-inners.type:"array"='array'
properties.stack-additions
readonlyproperties.stack-additions:object
properties.stack-additions.description
readonlyproperties.stack-additions.description:"The values added by this opcode to the stack."='The values added by this opcode to the stack.'
properties.stack-additions.items
readonlyproperties.stack-additions.items:object
properties.stack-additions.items.$ref
readonlyproperties.stack-additions.items.$ref:"#/components/schemas/AvmValue"='#/components/schemas/AvmValue'
properties.stack-additions.type
readonlyproperties.stack-additions.type:"array"='array'
properties.stack-pop-count
readonlyproperties.stack-pop-count:object
properties.stack-pop-count.description
readonlyproperties.stack-pop-count.description:"The number of deleted stack values by this opcode."='The number of deleted stack values by this opcode.'
properties.stack-pop-count.type
readonlyproperties.stack-pop-count.type:"integer"='integer'
properties.state-changes
readonlyproperties.state-changes:object
properties.state-changes.description
readonlyproperties.state-changes.description:"The operations against the current application's states."="The operations against the current application's states."
properties.state-changes.items
readonlyproperties.state-changes.items:object
properties.state-changes.items.$ref
readonlyproperties.state-changes.items.$ref:"#/components/schemas/ApplicationStateOperation"='#/components/schemas/ApplicationStateOperation'
properties.state-changes.type
readonlyproperties.state-changes.type:"array"='array'
required
readonlyrequired: readonly ["pc"]
type
readonlytype:"object"='object'
Defined in
schemas.gen.ts:1369