Skip to content

TealSourceDebugEventData

@algorandfoundation/algokit-utils / types/debugging / TealSourceDebugEventData

types/debugging.TealSourceDebugEventData

Represents the data for a single TEAL source

Table of contents

Properties

Properties

appName

appName: string

The name of the application

Defined in

src/types/debugging.ts:28


compiledTeal

compiledTeal: CompiledTeal

The compiled TEAL code

Defined in

src/types/debugging.ts:32


fileName

fileName: string

The name of the file

Defined in

src/types/debugging.ts:30