Parameters
The signed transaction data as a hex-encoded RLP-encoded string. Typically generated by a wallet library such as ethers.js, viem, or web3.js.
Returns
The 32-byte transaction hash if the transaction was accepted into the mempool.
Example
Errors
| Code | Message | Description |
|---|---|---|
-32000 | nonce too low | The transaction nonce is lower than the current account nonce |
-32000 | insufficient funds for gas * price + value | The sender’s balance cannot cover gas cost and value |
-32000 | already known | An identical transaction is already in the mempool |
-32000 | replacement transaction underpriced | A replacement transaction must pay a higher gas price |