hyperledger / iroha-2-docs

https://hyperledger.github.io/iroha-2-docs/
Apache License 2.0
6 stars 26 forks source link

Java SDK: select a specific block, display block data #380

Open 6r1d opened 1 year ago

6r1d commented 1 year ago

This question was asked today in Hyperledger Iroha Community by David Lawson.

David's goal is to display the block data in a web app (I believe we have some info on it in Blockchain Explorer), specifically, the associated transactions to show the creation of accounts and other entities and verify that the data made it to the blockchain.

6r1d commented 1 year ago

According to @mversic, we have a FindAllBlocks query, which can be combined with a filter so that it only returns the specific block.