sbch_queryTxByAddr
Returns the information about transactions requested by address (sender or recipient) and block range.
Parameters:
DATA
, 20 Bytes - from or to addressQUANTITY|TAG
- integer of start number, or string"latest"
for the last mined blockQUANTITY|TAG
- integer of end number, or string"latest"
for the last mined blockQUANTITY
- integer, the maximal number of txs to return,0
stands for default limit
Note: the start number can be greater than the end number, if so, the results will be sorted by block height in descending order.
Retrns:
Array
- array of transaction objects, see eth_getTransactionByHash
Last updated