Class EvalDelta
java.lang.Object
com.algorand.algosdk.v2.client.common.PathResponse
com.algorand.algosdk.v2.client.model.EvalDelta
public class EvalDelta extends PathResponse
Represents a TEAL value delta.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EvalDelta()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object o)
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
action
public java.lang.Long action(at) delta action. -
bytes
public java.lang.String bytes(bs) bytes value. -
uint
public java.math.BigInteger uint(ui) uint value.
-
-
Constructor Details
-
EvalDelta
public EvalDelta()
-
-
Method Details
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-