avm.getAssetDescription
Get information about an asset.
This method will use 10
Compute Units.
Reference: Here
Parameters
assetID
- string - The id of the asset for which the information is requested.
Returns
assetID
- string - The id of the asset for which the information is requested.name
- string - The asset’s human-readable, not necessarily unique name.symbol
- string - The asset’s symbol.denomination
- int - determines how balances of this asset are displayed by user interfaces. If denomination is 0, 100 units of this asset are displayed as 100. If denomination is 1, 100 units of this asset are displayed as 10.0. If denomination is 2, 100 units of this asset are displays as .100, etc.
Last updated