FVyTokenTypeDto
Data structure representing a token type
Properties
Field | Type | Description |
---|---|---|
id | int | The unique identifier of the token type |
confirmed | bool | Indicates if the token type is confirmed |
name | FString | The name of the token type |
description | FString | The description of the token type |
fungible | bool | Indicates if the token type is fungible |
burnable | bool | Indicates if the token type is burnable |
externalUrl | FString | The external URL associated with the token type |
backgroundColor | FString | The background color of the token type |
imageUrl | FString | The URL of the image associated with the token type |
imageThumbnailUrl | FString | The URL of the thumbnail image associated with the token type |
imagePreviewUrl | FString | The URL of the preview image associated with the token type |
maxSupply | int | The maximum supply of the token type |
currentSupply | int | The current supply of the token type |
animationUrls | The URLs of the animation associated with the token type | |
attributes | The attributes of the token type | |
transactionHash | FString | The transaction hash associated with the token type |
storage | The storage information of the token type |
Last updated