Uses of Class
com.algorand.algosdk.v2.client.indexer.LookupAccountCreatedApplications
-
Packages that use LookupAccountCreatedApplications Package Description com.algorand.algosdk.v2.client.common com.algorand.algosdk.v2.client.indexer -
-
Uses of LookupAccountCreatedApplications in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return LookupAccountCreatedApplications Modifier and Type Method Description LookupAccountCreatedApplications
IndexerClient. lookupAccountCreatedApplications(Address accountId)
Lookup an account's created application parameters, optionally for a specific ID. -
Uses of LookupAccountCreatedApplications in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return LookupAccountCreatedApplications Modifier and Type Method Description LookupAccountCreatedApplications
LookupAccountCreatedApplications. applicationId(Long applicationId)
Application IDLookupAccountCreatedApplications
LookupAccountCreatedApplications. includeAll(Boolean includeAll)
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.LookupAccountCreatedApplications
LookupAccountCreatedApplications. limit(Long limit)
Maximum number of results to return.LookupAccountCreatedApplications
LookupAccountCreatedApplications. next(String next)
The next page of results.
-