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 SearchForAssets
IndexerClient. 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 SearchForAssets
SearchForAssets. assetId(Long assetId)
Asset IDSearchForAssets
SearchForAssets. creator(String creator)
Filter just assets with the given creator address.SearchForAssets
SearchForAssets. includeAll(Boolean includeAll)
Include all items including closed accounts, deleted applications, destroyed assets, opted-out asset holdings, and closed-out application localstates.SearchForAssets
SearchForAssets. limit(Long limit)
Maximum number of results to return.SearchForAssets
SearchForAssets. name(String name)
Filter just assets with the given name.SearchForAssets
SearchForAssets. next(String next)
The next page of results.SearchForAssets
SearchForAssets. unit(String unit)
Filter just assets with the given unit.
-