Uses of Class
com.algorand.algosdk.v2.client.model.Asset
-
Packages that use Asset Package Description com.algorand.algosdk.v2.client.algod com.algorand.algosdk.v2.client.model -
-
Uses of Asset in com.algorand.algosdk.v2.client.algod
Methods in com.algorand.algosdk.v2.client.algod that return types with arguments of type Asset Modifier and Type Method Description Response<Asset>
GetAssetByID. execute()
Execute the query.Response<Asset>
GetAssetByID. 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. -
Uses of Asset in com.algorand.algosdk.v2.client.model
Fields in com.algorand.algosdk.v2.client.model declared as Asset Modifier and Type Field Description Asset
AssetResponse. asset
Specifies both the unique identifier and the parameters for an assetFields in com.algorand.algosdk.v2.client.model with type parameters of type Asset Modifier and Type Field Description List<Asset>
AssetsResponse. assets
List<Asset>
Account. createdAssets
parameters of assets created by this account.
-