$DryrunState
const
$DryrunState:object
Type declaration
description
readonly
description:"Stores the TEAL eval step data"
='Stores the TEAL eval step data'
properties
readonly
properties:object
properties.error
readonly
properties.error:object
properties.error.description
readonly
properties.error.description:"Evaluation error if any"
='Evaluation error if any'
properties.error.type
readonly
properties.error.type:"string"
='string'
properties.line
readonly
properties.line:object
properties.line.description
readonly
properties.line.description:"Line number"
='Line number'
properties.line.type
readonly
properties.line.type:"integer"
='integer'
properties.pc
readonly
properties.pc:object
properties.pc.description
readonly
properties.pc.description:"Program counter"
='Program counter'
properties.pc.type
readonly
properties.pc.type:"integer"
='integer'
properties.scratch
readonly
properties.scratch:object
properties.scratch.items
readonly
properties.scratch.items:object
properties.scratch.items.$ref
readonly
properties.scratch.items.$ref:"#/components/schemas/TealValue"
='#/components/schemas/TealValue'
properties.scratch.type
readonly
properties.scratch.type:"array"
='array'
properties.stack
readonly
properties.stack:object
properties.stack.items
readonly
properties.stack.items:object
properties.stack.items.$ref
readonly
properties.stack.items.$ref:"#/components/schemas/TealValue"
='#/components/schemas/TealValue'
properties.stack.type
readonly
properties.stack.type:"array"
='array'
required
readonly
required: readonly ["line"
,"pc"
,"stack"
]
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:780