Skip to content

AppCompilationResult

@algorandfoundation/algokit-utils / types/app / AppCompilationResult

types/app.AppCompilationResult

The result of compiling the approval and clear state TEAL programs for an app

Table of contents

Properties

Properties

compiledApproval

compiledApproval: CompiledTeal

The result of compiling the approval program

Defined in

src/types/app.ts:335


compiledClear

compiledClear: CompiledTeal

The result of compiling the clear state program

Defined in

src/types/app.ts:337