3.14 查询区块区间交易数量by contract address

getTransactionsCountByContractAddr

参数:

  • from 起始区块号。
  • to 终止区块号。
  • address 合约地址。
  • nodeIds 说明请求向哪些节点发送。
  1. Request<TxResponse> getTransactionsCountByContractAddr(String from, String to, String address, int... nodeIds);

重载方法如下:

  1. Request<TxResponse> getTransactionsCountByContractAddr(BigInteger from, BigInteger to, String address, int... nodeIds);