sendRawTransaction
Submits a pre-signed transaction for broadcast to the Ethereum network.
REQUEST
HEADERS
REQUEST PAYLOAD
TRANSACTION DATA
[required] - The signed transaction data.
EXAMPLE
RESPONSE
RESULT FIELDS
TRANSACTION HASH
- 32 Bytes - the transaction hash, or the zero hash if the transaction is not yet available
NOTE - Use eth_getTransactionReceipt
to get the contract address, after the transaction was mined, when you created a contract.
BODY
On Mainnet, Rinkeby, Ropsten and Goerli, if this call causes the EVM to execute a REVERT
operation, an error response of the following form is returned, with the revert reason pre-decoded as a string (not yet supported on Kovan):
Last updated