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