VyMintedTokensDto

This class represents a data transfer object for minted tokens.

Properties

Field
Type
Description

transactionHash

string

The hash of the transaction that minted the tokens.

metadata

JToken

The metadata associated with the minted tokens.

destinations

string[]

The destinations of the minted tokens.

tokenIds

int[]

The IDs of the minted tokens.

mintedTokens

The minted tokens and their destinations.

Last updated