compileTeal
compileTeal(
tealCode,algod):Promise<CompiledTeal>
Defined in: src/app.ts:419
Parameters
tealCode
string
The TEAL code
algod
AlgodClient
An algod client
Returns
Promise<CompiledTeal>
The information about the compiled file
compileTeal(
tealCode,algod):Promise<CompiledTeal>
Defined in: src/app.ts:419
string
The TEAL code
AlgodClient
An algod client
Promise<CompiledTeal>
The information about the compiled file