I have fabric network setup with 2 organisations, install the fabcar chain code and I am able to create the transaction.
- I am able to get the blockchain info using the below cmd inside docker, work well. I want get blockinfo using fabric sdk is it possible? If yes, how, any example would be help full.
peer channel getinfo -c mychannel
Is it possible to get the blockhash or blockchain info using chaincode?
I am creating multiple transactions it works well, just wanna know does the transaction created by user have any sequence number/none. If yes from where it is fetched.