CompiledTeal
Defined in: src/app.ts:127
Information about a compiled teal program
Properties
Section titled “Properties”compiled
Section titled “compiled”compiled:
string
Defined in: src/app.ts:131
The compiled code
compiledBase64ToBytes
Section titled “compiledBase64ToBytes”compiledBase64ToBytes:
Uint8Array
Defined in: src/app.ts:135
The base64 encoded code as a byte array
compiledHash
Section titled “compiledHash”compiledHash:
string
Defined in: src/app.ts:133
The hash returned by the compiler
sourceMap
Section titled “sourceMap”sourceMap:
ProgramSourceMap
Defined in: src/app.ts:137
Source map from the compilation
teal:
string
Defined in: src/app.ts:129
Original TEAL code