Uses of Class
com.algorand.algosdk.v2.client.algod.TealCompile
-
Packages that use TealCompile Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.common -
-
Uses of TealCompile in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return TealCompile Modifier and Type Method Description TealCompile
TealCompile. source(byte[] source)
TEAL source code to be compiledTealCompile
TealCompile. sourcemap(Boolean sourcemap)
When set to `true`, returns the source map of the program as a JSON. -
Uses of TealCompile in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return TealCompile Modifier and Type Method Description TealCompile
AlgodClient. TealCompile()
Given TEAL source code in plain text, return base64 encoded program bytes and base32 SHA512_256 hash of program bytes (Address style).
-