hmyv2_sendRawTransaction
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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"jsonrpc":"2.0","id":1,"result":"0xDEADBEEF"}