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 LookupAccountByIDIndexerClient. 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 LookupAccountByIDLookupAccountByID. 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.LookupAccountByIDLookupAccountByID. includeAll(Boolean includeAll)Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.LookupAccountByIDLookupAccountByID. round(Long round)Include results for the specified round.
-