eth_sendRawTransaction
Submits a pre-signed transaction for broadcast to the Ethereum network.
Parameters
SIGNED-DATA
[required] The signed transaction data.
Request
Response
Returns the transaction Hash, or 0x0
if the transaction is not yet available.
Use eth_getTransactionReceipt
to get the contract address, after the transaction was mined, when you created a contract.
Last updated