FVyTokenTypeMetadataDto
Token type metadata
Properties
Field | Type | Description |
---|---|---|
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 |
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 |
animationUrls | The URLs of the animation associated with the token type | |
attributes | The attributes of the token type |
Last updated