Class KvDelta
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.KvDelta
-
public class KvDelta extends PathResponse
A single Delta containing the key, the previous value and the current value for a single round.
-
-
Constructor Summary
Constructors Constructor Description KvDelta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
key()
void
key(String base64Encoded)
The key, base64 encoded.String
value()
void
value(String base64Encoded)
The new value of the KV store entry, base64 encoded.-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-