VyTokenInfoDto

This class represents a token information object used in the Vy system.

Properties

FieldTypeDescription

id

int

The unique identifier of the token.

typeId

int

The type identifier of the token.

metadata

JToken

The metadata associated with the token.

mineDate

string

The date when the token was mined.

confirmed

bool

Indicates whether the token has been confirmed.

amount

int

The amount of the token.

transactionHash

string

The transaction hash associated with the token.

Last updated