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 LookupAccountCreatedApplicationsIndexerClient. 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 LookupAccountCreatedApplicationsLookupAccountCreatedApplications. applicationId(Long applicationId)Application IDLookupAccountCreatedApplicationsLookupAccountCreatedApplications. includeAll(Boolean includeAll)Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.LookupAccountCreatedApplicationsLookupAccountCreatedApplications. limit(Long limit)Maximum number of results to return.LookupAccountCreatedApplicationsLookupAccountCreatedApplications. next(String next)The next page of results.
-