Class AvmValue
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.AvmValue
-
public class AvmValue extends PathResponse
Represents an AVM value.
-
-
Field Summary
Fields Modifier and Type Field Description byte[]bytesLongtypevalue type.BigIntegeruintuint value.
-
Constructor Summary
Constructors Constructor Description AvmValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbytes()voidbytes(String base64Encoded)bytes value.booleanequals(Object o)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
bytes
public byte[] bytes
-
type
public Long type
value type. Value `1` refers to bytes , value `2` refers to uint64
-
uint
public BigInteger uint
uint value.
-
-