FVyMultiTokenDto
Data transfer object for a MultiToken
Properties
Field | Type | Description |
---|---|---|
id | FString | The ID of the MultiToken |
name | FString | The name of the MultiToken |
description | FString | The description of the MultiToken |
url | FString | The URL of the MultiToken |
backgroundColor | FString | The background color of the MultiToken |
imageUrl | FString | The URL of the image associated with the MultiToken |
imagePreviewUrl | FString | The URL of the preview image associated with the MultiToken |
imageThumbnailUrl | FString | The URL of the thumbnail image associated with the MultiToken |
animationUrl | FString | The URL of the animation associated with the MultiToken |
animationUrls | An array of animation URLs associated with the MultiToken | |
fungible | bool | Indicates whether the MultiToken is fungible |
contract | The contract details of the MultiToken | |
attributes | An array of attributes associated with the MultiToken | |
balance | int | The current balance of the MultiToken |
finalBalance | int | The final balance of the MultiToken |
transferFees | bool | Indicates whether transfer fees are applicable for the MultiToken |
Last updated