Uses of Class
com.algorand.algosdk.v2.client.indexer.LookupAccountByID
-
Packages that use LookupAccountByID Package Description com.algorand.algosdk.v2.client.common com.algorand.algosdk.v2.client.indexer -
-
Uses of LookupAccountByID in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return LookupAccountByID Modifier and Type Method Description LookupAccountByID
IndexerClient. lookupAccountByID(Address accountId)
Lookup account information. -
Uses of LookupAccountByID in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return LookupAccountByID Modifier and Type Method Description LookupAccountByID
LookupAccountByID. exclude(List<Enums.Exclude> exclude)
Exclude additional items such as asset holdings, application local data stored for this account, asset parameters created by this account, and application parameters created by this account.LookupAccountByID
LookupAccountByID. includeAll(Boolean includeAll)
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.LookupAccountByID
LookupAccountByID. round(Long round)
Include results for the specified round.
-