TransactionRequest
tostringrequired
Target contract address
Example:
0x1234...abcddatastringrequired
Encoded calldata
Example:
0xabcdef...valuestringrequired
ETH value to send with the transaction
Example:
0TransactionRequest
{
"to": "0x1234...abcd",
"data": "0xabcdef...",
"value": "0"
}