VyCreateTokenTypeRequest

Represents a request to create a new token type.

Properties

FieldTypeDescription

fungible

bool?

Indicates whether the token type is fungible or not.

burnable

bool?

Indicates whether the token type is burnable or not.

name [required]

string

The name of the token type.

description

string

The description of the token type.

imageUrl

string

(missing)

externalUrl

string

The external URL of the token type.

backgroundColor

string

The background color of the token type.

animationUrls

The animation URLs of the token type.

maxSupply

int?

The maximum supply of the token type.

animationUrl

string

The animation URL of the token type.

youtubeUrl

string

The YouTube URL of the token type.

attributes

The attributes of the token type.

destinations

The destinations of the token type.

storage

The storage of the token type.

Last updated