Uses of Class
com.algorand.algosdk.v2.client.model.ApplicationLocalStatesResponse
-
Packages that use ApplicationLocalStatesResponse Package Description com.algorand.algosdk.v2.client.indexer -
-
Uses of ApplicationLocalStatesResponse in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return types with arguments of type ApplicationLocalStatesResponse Modifier and Type Method Description Response<ApplicationLocalStatesResponse>LookupAccountAppLocalStates. execute()Execute the query.Response<ApplicationLocalStatesResponse>LookupAccountAppLocalStates. execute(String[] headers, String[] values)Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
-