Skip to content

AppClientCompilationResult

@algorandfoundation/algokit-utils / types/app-client / AppClientCompilationResult

types/app-client.AppClientCompilationResult

The result of asking an AppClient to compile a program.

Always contains the compiled bytecode, and may contain the result of compiling TEAL (including sourcemap) if it was available.

Hierarchy

Table of contents

Properties

Properties

approvalProgram

approvalProgram: Uint8Array

The compiled bytecode of the approval program, ready to deploy to algod

Defined in

src/types/app-client.ts:285


clearStateProgram

clearStateProgram: Uint8Array

The compiled bytecode of the clear state program, ready to deploy to algod

Defined in

src/types/app-client.ts:287


compiledApproval

Optional compiledApproval: CompiledTeal

The result of compiling the approval program

Inherited from

Partial.compiledApproval

Defined in

src/types/app.ts:335


compiledClear

Optional compiledClear: CompiledTeal

The result of compiling the clear state program

Inherited from

Partial.compiledClear

Defined in

src/types/app.ts:337