VyTransactionMultiTokenTransferRequest

Represents a request to transfer multiple tokens in a Vy transaction.

Derived Properties (VyTransactionRequestBase)

FieldTypeDescription

walletId [required]

string

The ID of the wallet to use for the transaction.

toAddress

string

The address to send the transaction to.

chain [required]

The type of blockchain to use for the transaction.

network

The network to use for the transaction.

chainSpecificFields

JToken

Additional fields specific to the selected blockchain.

Properties

FieldTypeDescription

tokenAddress

string

The address of the token to be transferred.

fromAddress

string

The address of the sender of the tokens.

amount

int?

The amount of tokens to be transferred.

tokenId

int?

The ID of the token to be transferred.

type [required]

string

The type of transfer, which is always 'NFT_TRANSFER'.

Last updated