Class ApplicationLocalReference
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.ApplicationLocalReference
-
public class ApplicationLocalReference extends PathResponse
References an account's local state for an application.
-
-
Field Summary
Fields Modifier and Type Field Description Address
account
BigInteger
app
Application ID of the local state application.
-
Constructor Summary
Constructors Constructor Description ApplicationLocalReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
account()
void
account(String account)
Address of the account with the local state.boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
account
public Address account
-
app
public BigInteger app
Application ID of the local state application.
-
-
Method Detail
-
account
public void account(String account) throws NoSuchAlgorithmException
Address of the account with the local state.- Throws:
NoSuchAlgorithmException
-
account
public String account() throws NoSuchAlgorithmException
- Throws:
NoSuchAlgorithmException
-
-