Uses of Class
com.algorand.algosdk.v2.client.model.ApplicationResponse
-
Packages that use ApplicationResponse Package Description com.algorand.algosdk.v2.client.indexer -
-
Uses of ApplicationResponse in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return types with arguments of type ApplicationResponse Modifier and Type Method Description Response<ApplicationResponse>LookupApplicationByID. execute()Execute the query.Response<ApplicationResponse>LookupApplicationByID. 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.
-