fabric-java-sdk 中没有 getBlockHash 这一方法,我们需要自己计算区块哈希,代码如下:


String currentHash = Hex.encodeHexString(SDKUtils.calculateBlockHash(this.client,
                            blockInfo.getBlockNumber(), blockInfo.getPreviousHash(), blockInfo.getDataHash()));