3.4 查询交易by block hash

getTxByBlockHashAndIndex

参数:

  • blockHash 区块哈希值
  • index 区块内的交易索引值
  • nodeIds 请求向哪些节点发送
  1. Request<TxResponse> getTxByBlockHashAndIndex(String blockHash, int index, int... nodeIds);