Local Sign And Send 8DX Transaction
eightdx_local_sign_and_send_transactionSigns and broadcasts a prepared transaction on Ethereum, BSC, or Arbitrum using the local signer after explicit user confirmation.
Instructions
Signs and broadcasts a prepared transaction with the opt-in local signer. Requires EIGHTDX_ENABLE_LOCAL_SIGNER=true and 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. |