FVyTransactionContractExecutionRequest
Request parameters for executing a contract transaction
Properties
Field
Type
Description
walletId [required]
FString
The ID of the wallet
toAddress [required]
FString
The address to which the transaction is being sent
chainSpecificFields
FVyOptString
Chain-specific fields for the transaction
functionName
FVyOptString
The name of the function to execute in the contract
value
FVyOptDouble
The value to transfer in the transaction
type [required]
FString
(read-only) The transaction type, should be "CONTRACT_EXECUTION"
Last updated