3.1 查询指定区块区间的交易

getTransactions 参数:

  • from 区块区间起点
  • to 区块区间终点
  • nodeIds 说明请求向哪些节点发送
  1. Request<TxResponse> getTx(BigInteger from, BigInteger to, int... nodeIds);

重载方法如下:

  1. Request<TxResponse> getTx(String from, String to, int... nodeIds);