Uses of Class
com.algorand.algosdk.v2.client.model.AssetsResponse
-
Packages that use AssetsResponse Package Description com.algorand.algosdk.v2.client.indexer -
-
Uses of AssetsResponse in com.algorand.algosdk.v2.client.indexer
Methods in com.algorand.algosdk.v2.client.indexer that return types with arguments of type AssetsResponse Modifier and Type Method Description Response<AssetsResponse>
LookupAccountCreatedAssets. execute()
Execute the query.Response<AssetsResponse>
LookupAccountCreatedAssets. execute(String[] headers, String[] values)
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.Response<AssetsResponse>
SearchForAssets. execute()
Execute the query.Response<AssetsResponse>
SearchForAssets. execute(String[] headers, String[] values)
Execute the query with custom headers, there must be an equal number of keys and values or else an error will be generated.
-