VyTokenDto

This class represents a VyToken with its properties.

Properties

FieldTypeDescription

chain

The type of the secret chain.

contractAddress

string

The address of the contract.

id

int

The unique identifier of the token.

tokenType

The type of the token.

amount

int

The amount of the token.

imageUrl

string

The URL of the image of the token.

imagePreviewUrl

string

The URL of the preview image of the token.

imageThumbnailUrl

string

The URL of the thumbnail image of the token.

externalUrl

string

The external URL of the token.

backgroundColor

string

The background color of the token.

Last updated