The URL to the icon image of the token, maintained by ALEX.
The unique identifier of the currency.
A boolean flag indicating whether the token is a rebase token. In a rebase token, getBalance is different from ft-balance Also postcondition would need to be adjusted since amount is different from ft-events
A boolean flag indicating whether the token is a vault wrap token. In a vault wrap token, the reserve is stored in the wrap token contract and not the vault for security.
The display name of the token that ALEX maintains, usually the token symbol.
The full asset id of the underlying token in the format of "{deployer}.{contract}::{asset}".
The number of decimal places for the underlying token.
The full asset id of the alex wrapped token in the format of "{deployer}.{contract}::{asset}".
The number of decimal places for the wrapped token.
TokenInfo represents the details of a token that can be used in the AlexSDK.