Uses of Class
com.algorand.algosdk.v2.client.indexer.LookupAssetBalances
-
Packages that use LookupAssetBalances Package Description com.algorand.algosdk.v2.client.common com.algorand.algosdk.v2.client.indexer -
-
Uses of LookupAssetBalances in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return LookupAssetBalances Modifier and Type Method Description LookupAssetBalances
IndexerClient. lookupAssetBalances(Long assetId)
Lookup the list of accounts who hold this asset /v2/assets/{asset-id}/balances -
Uses of LookupAssetBalances in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return LookupAssetBalances Modifier and Type Method Description LookupAssetBalances
LookupAssetBalances. currencyGreaterThan(Long currencyGreaterThan)
Results should have an amount greater than this value.LookupAssetBalances
LookupAssetBalances. currencyLessThan(Long currencyLessThan)
Results should have an amount less than this value.LookupAssetBalances
LookupAssetBalances. includeAll(Boolean includeAll)
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.LookupAssetBalances
LookupAssetBalances. limit(Long limit)
Maximum number of results to return.LookupAssetBalances
LookupAssetBalances. next(String next)
The next page of results.
-