sbch_getTxListByHeight

Get tx list by height.

Parameters:

  1. 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:

  1. QUANTITY|TAG - integer of start number, or string "latest" for the last mined block

  2. QUANTITY - integer of start tx index

  3. QUANTITY - 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