Class TealValue
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.TealValue
-
public class TealValue extends PathResponse
Represents a TEAL value.
-
-
Constructor Summary
Constructors Constructor Description TealValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
bytes
public String bytes
bytes value.
-
type
public Long type
type of the value. Value `1` refers to bytes , value `2` refers to uint
-
uint
public BigInteger uint
uint value.
-
-