3.14 查询区块区间交易数量by contract address
getTransactionsCountByContractAddr
参数:
- from 起始区块号。
- to 终止区块号。
- address 合约地址。
- nodeIds 说明请求向哪些节点发送。
Request<TxResponse> getTransactionsCountByContractAddr(String from, String to, String address, int... nodeIds);
重载方法如下:
Request<TxResponse> getTransactionsCountByContractAddr(BigInteger from, BigInteger to, String address, int... nodeIds);
当前内容版权归 Hyperchain 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Hyperchain .