eth_sendRawTransaction
eth_sendRawTransaction
Creates new message call transaction or a contract creation for signed transactions. The transaction must be RLP-encoded and signed.
⚡ Compute Units: [200 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)
Request
This endpoint expects an object.
signedTransactionData
The signed transaction data, RLP-encoded and hex-encoded
Response
The 32-byte transaction hash, deterministically computed from the signed transaction bytes.