Uses of Class
com.algorand.algosdk.v2.client.model.TealValue
-
Packages that use TealValue Package Description com.algorand.algosdk.v2.client.model -
-
Uses of TealValue in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as TealValue Modifier and Type Field Description TealValue
TealKeyValue. value
Represents a TEAL value.Fields in com.algorand.algosdk.v2.client.model with type parameters of type TealValue Modifier and Type Field Description List<TealValue>
DryrunState. scratch
List<TealValue>
DryrunState. stack
-