VyNftImageDto

This class represents an NFT image and its associated preview and thumbnail images.

Properties

FieldTypeDescription

image

string

The base64-encoded image data for the NFT.

imagePreview

string

The base64-encoded image data for a preview of the NFT.

imageThumbnail

string

The base64-encoded image data for a thumbnail of the NFT.

Last updated