eth_signTransaction
) and sent with eth_sendRawTransaction
.DATA
, The signed transaction data.DATA
, 32 Bytes - the transaction hash, or the zero hash if the transaction is not yet available.eth_getTransactionReceipt
to get the contract address after the transaction was mined when you created a contract.eth_sendRawTransaction
is a request used for writing to the blockchain and changes its state, it is impossible to execute the same request twice. This means if you were to copy the example given below you will not get the expected response.-32000