Skip to content

DryrunState

DryrunState: object

Stores the TEAL eval step data

Type declaration

error?

optional error: string

Evaluation error if any

line

line: number

Line number

pc

pc: number

Program counter

scratch?

optional scratch: TealValue[]

stack

stack: TealValue[]

Defined in

types.gen.ts:578