VyContractExecutionRequest
Represents a request to execute a contract.
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
functionName
string
The name of the function to execute in the contract.
value
double?
The value to send with the contract execution.
type [required]
string
The type of the request, which is always 'CONTRACT_EXECUTION'.
Last updated