eth_sendRawTransaction
Last updated
Last updated
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 (via 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.