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

compiledApproval: CompiledTeal

The result of compiling the approval program

src/types/app.ts:335


compiledClear: CompiledTeal

The result of compiling the clear state program

src/types/app.ts:337