eth_sendRawTransaction
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_sendRawTransaction", // eth_sendPrivateTransaction can also be used
"params": [
"0x..." // String, A signed transaction
]
}Last updated
{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_sendRawTransaction", // eth_sendPrivateTransaction can also be used
"params": [
"0x..." // String, A signed transaction
]
}Last updated