FVyMintedTokensDto

Represents the response after minting tokens

Properties

FieldTypeDescription

transactionHash

FString

The hash of the transaction that minted the tokens

metadata

FString

The metadata associated with the minted tokens

destinations

TArray<FString>

The destinations where the minted tokens were sent

tokenIds

TArray<int>

The IDs of the minted tokens

mintedTokens

The details of the minted tokens including their destinations

Last updated