Skip to content

Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types app.AppCompilationResult

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

Interface: AppCompilationResult

types/app.AppCompilationResult

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

Table of contents

Properties

Properties

compiledApproval

compiledApproval: CompiledTeal

The compilation result of approval

Defined in

src/types/app.ts:316


compiledClear

compiledClear: CompiledTeal

The compilation result of clear

Defined in

src/types/app.ts:318