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 |
chain [required] | The preferred blockchain for the transaction | |
network | The network to use for the transaction | |
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 |
inputs | The inputs for the contract function | |
type [required] | FString | (read-only) The transaction type, should be "CONTRACT_EXECUTION" |
Last updated