VyMultiTokenDto

A data transfer object representing a multi-token.

Properties

FieldTypeDescription

id

string

The unique identifier of the multi-token.

name

string

The name of the multi-token.

description

string

The description of the multi-token.

url

string

The URL of the multi-token.

backgroundColor

string

The background color of the multi-token.

imageUrl

string

The URL of the image of the multi-token.

imagePreviewUrl

string

The URL of the preview image of the multi-token.

imageThumbnailUrl

string

The URL of the thumbnail image of the multi-token.

animationUrl

string

The URL of the animation of the multi-token.

animationUrls

The array of URLs of the animations of the multi-token.

fungible

bool

Indicates whether the multi-token is fungible or not.

contract

The contract of the multi-token.

attributes

The array of attributes of the multi-token.

balance

int

The balance of the multi-token.

finalBalance

int

The final balance of the multi-token.

transferFees

bool

Indicates whether transfer fees are applied to the multi-token or not.

Last updated