VyCryptoTokenDto
Represents a crypto token.
Properties
Field | Type | Description |
---|---|---|
tokenAddress | string | The address of the token. |
rawBalance | string | The raw balance of the token. |
balance | double | The balance of the token. |
decimals | int | The number of decimals of the token. |
symbol | string | The symbol of the token. |
logo | string | The logo of the token. |
type | string | The type of the token. |
transferable | bool | Whether the token is transferable or not. |
name | string | The name of the token. |
Last updated