VyContractExecutionRequest
Represents a request to execute a contract.
Last updated
Represents a request to execute a contract.
Last updated
walletId [required]
string
The ID of the wallet to use for the transaction.
toAddress
string
The address to send the transaction to.
chain [required]
The type of blockchain to use for the transaction.
network
The network to use for the transaction.
chainSpecificFields
JToken
Additional fields specific to the selected blockchain.
functionName
string
The name of the function to execute in the contract.
value
double?
The value to send with the contract execution.
inputs
The inputs to pass to the contract function.
type [required]
string
The type of the request, which is always 'CONTRACT_EXECUTION'.