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
-
Partial
<AppCompilationResult
>↳
AppClientCompilationResult
Table of contents
Properties
Properties
approvalProgram
• approvalProgram: Uint8Array
The compiled bytecode of the approval program, ready to deploy to algod
Defined in
clearStateProgram
• clearStateProgram: Uint8Array
The compiled bytecode of the clear state program, ready to deploy to algod
Defined in
compiledApproval
• Optional
compiledApproval: CompiledTeal
The result of compiling the approval program
Inherited from
Partial.compiledApproval
Defined in
compiledClear
• Optional
compiledClear: CompiledTeal
The result of compiling the clear state program
Inherited from
Partial.compiledClear