Skip to main content
Defined in the Ethereum JSON-RPC Specification
Submits a pre-signed transaction for broadcast to the Ethereum network.

Parameters

signedTransactionData
string
required
The signed transaction data as a hexadecimal string.

Returns

result
string
The transaction hash (32 bytes) as a hexadecimal string, or the zero hash if the transaction is not yet available.

Error Handling

Ensure the transaction is properly signed before submitting. Invalid signatures will result in transaction failure.