description |
---|
hmy_getPendingCXReceipts |
Array of pending cx receipts in tx pool. See hmy_getCXReceiptByHash for format
curl --location --request POST 'https://api.s0.b.hmny.io/' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "hmy_getPendingCXReceipts",
"params": [],
"id": 1
}'
See hmy_getCXReceiptByHash response
Array of pending cx receipts in tx pool. See hmy_getCXReceiptByHash for format
curl --location --request POST 'https://api.s0.b.hmny.io/' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"method": "hmyv2_getPendingCXReceipts",
"params": [],
"id": 1
}'
See hmy_getCXReceiptByHash response