FVyTokenDto
Data transfer object for a token
Properties
Field | Type | Description |
---|---|---|
chain | The blockchain on which the token exists | |
contractAddress | FString | The address of the token contract |
id | int | The unique identifier of the token |
tokenType | The type of the token | |
amount | int | The amount of the token |
imageUrl | FString | The URL of the token's image |
imagePreviewUrl | FString | The URL of the token's preview image |
imageThumbnailUrl | FString | The URL of the token's thumbnail image |
externalUrl | FString | The external URL associated with the token |
backgroundColor | FString | The background color of the token |
Last updated