Send a single private transaction
{ "jsonrpc": "2.0", "id": "1", "method": "eth_sendRawTransaction”, "params": ["0x…4b"], // Signed raw tx hex }
Example Response:
{"result":200,"error":null,"id":1}
Last updated 15 days ago