hmyv2_getCXReceiptByHash

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

Note

Query the CX receipt hash on the receiving shard endpoint

Parameters

String : Cross shard receipt hash

Result

Object * blockHash - String : Block hash * blockNumber - Number : Block number * hash - String : Transaction hash * from - String : Sender wallet address * to - String : Receiver wallet address * shardID - Number : From shard * toShardID - Number : To shard * value - Number : Amount transferred in Atto

Request Body

{"jsonrpc"=>"2.0", "id"=>1, "method"=>"hmyv2_getCXReceiptByHash", "params"=>["0xd324cc57280411dfac5a7ec2987d0b83e25e27a3d5bb5d3531262387331d692b"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"jsonrpc":"2.0","id":1,"result":{"blockHash":"0xff86afd99d049d0f754e821df97c7cb0c6017c14953bbb34595583e48d22fd57","blockNumber":3666533,"from":"one15vlc8yqstm9algcf6e94dxqx6y04jcsqjuc3gt","hash":"0xd324cc57280411dfac5a7ec2987d0b83e25e27a3d5bb5d3531262387331d692b","shardID":0,"to":"one15vlc8yqstm9algcf6e94dxqx6y04jcsqjuc3gt","toShardID":1,"value":1000000000000000000}}