eth_sendRawTransaction
eth_sendRawTransaction RPC Method
Parameters:
data - The signed transaction (typically signed with a library, using your private key)
Returns:
result - The transaction hash, or the zero hash if the transaction is not yet available
Code Examples:
Last updated