FVyCryptoTokenDto
Data transfer object for a crypto token
Properties
Field | Type | Description |
---|---|---|
tokenAddress | FString | The address of the token |
rawBalance | FString | The raw balance of the token |
balance | double | The balance of the token |
decimals | int | The number of decimal places for the token |
symbol | FString | The symbol of the token |
logo | FString | The logo of the token |
type | FString | The type of the token |
transferable | bool | Indicates if the token is transferable |
name | FString | The name of the token |
Last updated