CompiledTeal
@algorandfoundation/algokit-utils / types/app / CompiledTeal
types/app.CompiledTeal
Information about a compiled teal program
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”compiled
Section titled “compiled”• compiled: string
The compiled code
Defined in
Section titled “Defined in”compiledBase64ToBytes
Section titled “compiledBase64ToBytes”• compiledBase64ToBytes: Uint8Array
The base64 encoded code as a byte array
Defined in
Section titled “Defined in”compiledHash
Section titled “compiledHash”• compiledHash: string
The hash returned by the compiler
Defined in
Section titled “Defined in”sourceMap
Section titled “sourceMap”• sourceMap: ProgramSourceMap
Source map from the compilation
Defined in
Section titled “Defined in”• teal: string
Original TEAL code