Skip to main content

TransactionRequest

tostringrequired

Target contract address

Example: 0x1234...abcd
datastringrequired

Encoded calldata

Example: 0xabcdef...
valuestringrequired

ETH value to send with the transaction

Example: 0
descriptionstring

Human-readable label. For alternatives, this is the aggregator name (e.g. "Paraswap"). For transactions, describes the setup action (e.g. "Switch e-mode to 1").

TransactionRequest
{
"to": "0x1234...abcd",
"data": "0xabcdef...",
"value": "0",
"description": "string"
}