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