Send 8DX Wallet Transaction
eightdx_wallet_send_transactionSign and broadcast a prepared blockchain transaction via WalletConnect, requiring explicit user confirmation for execution.
Instructions
Requests the connected wallet to sign and broadcast a prepared transaction via WalletConnect eth_sendTransaction. Requires explicit user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Transaction recipient contract address. | |
| data | Yes | Transaction calldata. | |
| value | Yes | Native token value in wei as a decimal string. | |
| blockchain | Yes | Blockchain network with live 8DX API support. | |
| fromAddress | No | Optional sender wallet address. | |
| requestLabel | No | Optional user-facing request label. | |
| confirmedByUser | Yes | Must be true only after the user explicitly confirmed the prepared transaction. |