hmyv2_resendCx
Note
Use this API call to resend the cross shard receipt to the receiving shard to re-process if the transaction did not pay out
Parameters
String
: Cross shard receipt hash
Result
Bool
: If cross shard receipt was successfully resent or not
Request Body
{"jsonrpc"=>"2.0", "id"=>1, "method"=>"hmyv2_resendCx", "params"=>["0xd324cc57280411dfac5a7ec2987d0b83e25e27a3d5bb5d3531262387331d692b"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"jsonrpc":"2.0","id":1,"result":true}