eth_sendrawtransaction
Creates a new message call transaction or a contract creation for signed transactions.
Gateway does not store keys, so transactions sent via Gateway must be signed ahead of time using another provider like ethers (via eth_signTransaction
) and sent with eth_sendRawTransaction
.
Parameters
DATA
The signed transaction data.
Returns
DATA
, 32 Bytes - the transaction hash, or the zero hash if the transaction is not yet available.
Example
Request
Result
Last updated