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.CompiledTeal

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

Interface: CompiledTeal

types/app.CompiledTeal

Information about a compiled teal program

Table of contents

Properties

Properties

compiled

compiled: string

The compiled code

Defined in

src/types/app.ts:198


compiledBase64ToBytes

compiledBase64ToBytes: Uint8Array

The base64 encoded code as a byte array

Defined in

src/types/app.ts:202


compiledHash

compiledHash: string

The has returned by the compiler

Defined in

src/types/app.ts:200


sourceMap

sourceMap: SourceMap

Source map from the compilation

Defined in

src/types/app.ts:204


teal

teal: string

Original TEAL code

Defined in

src/types/app.ts:196