FVyNftDetailsDto
Details of an NFT
Properties
Field
Type
Description
id
FString
The ID of the NFT
address
FString
The address 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
fungible
bool
Indicates if the NFT is fungible
maxSupply
int
The maximum supply of the NFT
collectionIdentifier
FString
The identifier of the collection
Last updated