VyTransactionCrytoTokenTransferRequest
Represents a request for transferring a crypto token in a Vy transaction.
Derived Properties (VyTransactionRequestBase)
Field
Type
Description
walletId [required]
string
The ID of the wallet to use for the transaction.
toAddress
string
The address to send the transaction to.
chainSpecificFields
JToken
Additional fields specific to the selected blockchain.
Properties
Field
Type
Description
tokenAddress
string
The address of the crypto token to be transferred.
value
double?
The value of the crypto token to be transferred.
tokenId
int?
The ID of the crypto token to be transferred.
type [required]
string
The type of the transaction, which is always 'TOKEN_TRANSFER'.
Last updated