I have assets whose state get updated and I want get history of that asset with previous_hash and current Block_hash. I am using CouchDB as State DB of Hyperledger Fabric.
I tried fabcar example function 'getHistoryForAsset'
but it can give me only TxID
but I need Block hash with this.
Can anybody help me how can we do it.
Thanks