Class AccountStateDelta
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.AccountStateDelta
-
public class AccountStateDelta extends PathResponse
Application state delta.
-
-
Field Summary
Fields Modifier and Type Field Description Address
address
List<EvalDeltaKeyValue>
delta
Application state delta.
-
Constructor Summary
Constructors Constructor Description AccountStateDelta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
address()
void
address(String address)
boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
address
public Address address
-
delta
public List<EvalDeltaKeyValue> delta
Application state delta.
-
-
Method Detail
-
address
public void address(String address) throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
address
public String address() throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
-