4.6 查询指定时间区间内的区块数量
getBlocksByTime
参数:
- startTime 起始时间戳(单位ns)。
- endTime 结束时间戳(单位ns)。
- nodeIds 说明请求向哪些节点发送。
Request<BlockCountResponse> getBlocksByTime(BigInteger startTime, BigInteger endTime, int... nodeIds);
重载方法如下:
Request<BlockCountResponse> getBlocksByTime(String startTime, String endTime, int... nodeIds);
当前内容版权归 Hyperchain 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Hyperchain .