VyTokenTypeDto
Represents a token type in the Vy system.
Last updated
Represents a token type in the Vy system.
Last updated
id
int
The unique identifier of the token type.
confirmed
bool
Indicates whether the token type has been confirmed.
name
string
The name of the token type.
description
string
The description of the token type.
fungible
bool
Indicates whether the token type is fungible.
burnable
bool
Indicates whether the token type is burnable.
externalUrl
string
The external URL of the token type.
backgroundColor
string
The background color of the token type.
imageUrl
string
The URL of the image of the token type.
imageThumbnailUrl
string
The URL of the thumbnail image of the token type.
imagePreviewUrl
string
The URL of the preview image of the token type.
maxSupply
int
The maximum supply of the token type.
currentSupply
int
The current supply of the token type.
animationUrls
The URLs of the animations of the token type.
attributes
The attributes of the token type.
transactionHash
string
The transaction hash of the token type.
storage
The storage of the token type.