Class ApplicationLocalState
java.lang.Object
com.algorand.algosdk.v2.client.common.PathResponse
com.algorand.algosdk.v2.client.model.ApplicationLocalState
public class ApplicationLocalState extends PathResponse
Stores local state associated with an application.
-
Field Summary
Fields Modifier and Type Field Description java.math.BigInteger
closedOutAtRound
Round when account closed out of the application.java.lang.Boolean
deleted
Whether or not the application local state is currently deleted from its account.java.lang.Long
id
The application which this local state is for.java.util.List<TealKeyValue>
keyValue
(tkv) storage.java.math.BigInteger
optedInAtRound
Round when the account opted into the application.ApplicationStateSchema
schema
(hsch) schema. -
Constructor Summary
Constructors Constructor Description ApplicationLocalState()
-
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
-
closedOutAtRound
public java.math.BigInteger closedOutAtRoundRound when account closed out of the application. -
deleted
public java.lang.Boolean deletedWhether or not the application local state is currently deleted from its account. -
id
public java.lang.Long idThe application which this local state is for. -
keyValue
(tkv) storage. -
optedInAtRound
public java.math.BigInteger optedInAtRoundRound when the account opted into the application. -
schema
(hsch) schema.
-
-
Constructor Details
-
ApplicationLocalState
public ApplicationLocalState()
-
-
Method Details
-
equals
public boolean equals(java.lang.Object o)- Overrides:
equals
in classjava.lang.Object
-