sbch_getTxListByHeight
Get tx list by height.
Parameters:
QUANTITY|TAG
- integer of start number, or string"latest"
for the last mined block
Returns:
Array
- array of transaction objects, see sbch_getTransactionReceipt
sbch_getTxListByHeightWithRange
Get tx list by height and tx index range.
Parameters:
QUANTITY|TAG
- integer of start number, or string"latest"
for the last mined blockQUANTITY
- integer of start tx indexQUANTITY
- integer of end tx index, or "0x0" which stands for "the largest tx index"
Returns:
Array
- array of transaction objects, see sbch_getTransactionReceipt
Last updated