VyTransactionNativeTokenTransferRequest
This class represents a request for transferring native tokens 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
data
string
The additional data to include in the transaction.
value
double?
The amount of tokens to transfer.
type [required]
string
The type of transaction, which is always 'TRANSFER' for this class.
Last updated