3.18 查询批量回执by hash list

getBatchReceip

参数:

  • txHashList 交易的哈希数组, 哈希值为32字节的十六进制字符串。
  • nodeIds 说明请求向哪些节点发送。
  1. Request<ReceiptResponse> getBatchReceipt(ArrayList<String> txHashList, int... nodeIds);