Uses of Class
com.algorand.algosdk.v2.client.indexer.SearchForAssets
-
Packages that use SearchForAssets Package Description com.algorand.algosdk.v2.client.common com.algorand.algosdk.v2.client.indexer -
-
Uses of SearchForAssets in com.algorand.algosdk.v2.client.common
Methods in com.algorand.algosdk.v2.client.common that return SearchForAssets Modifier and Type Method Description SearchForAssetsIndexerClient. searchForAssets()Search for assets. -
Uses of SearchForAssets in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return SearchForAssets Modifier and Type Method Description SearchForAssetsSearchForAssets. assetId(Long assetId)Asset IDSearchForAssetsSearchForAssets. creator(String creator)Filter just assets with the given creator address.SearchForAssetsSearchForAssets. includeAll(Boolean includeAll)Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.SearchForAssetsSearchForAssets. limit(Long limit)Maximum number of results to return.SearchForAssetsSearchForAssets. name(String name)Filter just assets with the given name.SearchForAssetsSearchForAssets. next(String next)The next page of results.SearchForAssetsSearchForAssets. unit(String unit)Filter just assets with the given unit.
-