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 LookupAssetBalancesIndexerClient. 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 LookupAssetBalancesLookupAssetBalances. currencyGreaterThan(Long currencyGreaterThan)Results should have an amount greater than this value.LookupAssetBalancesLookupAssetBalances. currencyLessThan(Long currencyLessThan)Results should have an amount less than this value.LookupAssetBalancesLookupAssetBalances. includeAll(Boolean includeAll)Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.LookupAssetBalancesLookupAssetBalances. limit(Long limit)Maximum number of results to return.LookupAssetBalancesLookupAssetBalances. next(String next)The next page of results.
-