hmyv2_sendRawTransaction

POST https://rpc.s0.t.hmny.io

Parameters

String : Hex representation of signed transaction

Result

If transaction has been added to the pool

String : Transaction hash

If transaction failed to be added to the transaction pool, it will return an error.

Request Body

{"jsonrpc"=>"2.0", "id"=>1, "method"=>"hmyv2_sendRawTransaction", "params"=>["0xDEADBEEF"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"jsonrpc":"2.0","id":1,"result":"0xDEADBEEF"}