FVyNftDetailsDto
Details of an NFT
Properties
Field | Type | Description |
---|---|---|
id | FString | The ID of the NFT |
address | FString | The address of the NFT |
chain | The blockchain of the NFT | |
name | FString | The name of the NFT |
description | FString | The description of the NFT |
imageUrl | FString | The URL of the image associated with the NFT |
backgroundColor | FString | The background color of the NFT |
url | FString | The URL associated with the NFT |
imagePreviewUrl | FString | The URL of the preview image associated with the NFT |
imageThumbnailUrl | FString | The URL of the thumbnail image associated with the NFT |
animationUrls | The URLs of the animations associated with the NFT | |
fungible | bool | Indicates if the NFT is fungible |
maxSupply | int | The maximum supply of the NFT |
attributes | The attributes of the NFT | |
contract | The contract details of the NFT | |
collectionIdentifier | FString | The identifier of the collection |
Last updated