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
compiledClear
• compiledClear: CompiledTeal
The result of compiling the clear state program