Ethereum-Compatible Interface
eth_sendRawTransactionTry API
POST
eth_sendRawTransaction
(eth_sendRawTransaction)
description:VoidChainonlyreceivewithchainIDsignaturetransaction
Mainnet ChainID:360
Testnet ChainID:365
Parameters
See above (eth_estimateGas)
transactionsignatureafter, Bytes2Hexconvertis string
Return Values
Result: transactionhash
Example Code
{
"jsonrpc": "2.0",
"method": "eth_sendRawTransaction",
"params": [
"0xd46e8dd67c5d32be8d46e8dd67c5d32be8058bb8eb970870f072445675058bb8eb970870f072445675"
],
"id": "1"
}{
"jsonrpc": "2.0",
"id": "1",
"result": "0x6885997ca51fa08ffded573088b0c5c294652ec842ac7f3182d32e30ce261025"
}