4.6 查询指定时间区间内的区块数量

getBlocksByTime

参数:

  • startTime 起始时间戳(单位ns)。
  • endTime 结束时间戳(单位ns)。
  • nodeIds 说明请求向哪些节点发送。
  1. Request<BlockCountResponse> getBlocksByTime(BigInteger startTime, BigInteger endTime, int... nodeIds);

重载方法如下:

  1. Request<BlockCountResponse> getBlocksByTime(String startTime, String endTime, int... nodeIds);