FVyNativeTokenTransactionRequest
Request parameters for a native token transaction
Properties
Field
Type
Description
walletId [required]
FString
The ID of the wallet
toAddress [required]
FString
The recipient's address
chainSpecificFields
FVyOptString
Chain-specific fields for the transaction
data
FVyOptString
Additional data for the transaction
value
FVyOptDouble
The value to transfer
type [required]
FString
(read-only) The transaction type, should be "TRANSFER"
Last updated