How to fetch asset modification history in hyperledger fabric

后端 未结 4 881
独厮守ぢ
独厮守ぢ 2021-01-07 13:33

I am using IBM bluemix blockchain service to tryout some smart contract logic for my asset sharing demo.

Is there anyway to query the asset modified history in hyp

4条回答
  •  温柔的废话
    2021-01-07 14:29

    From the Fabric FAQ, A. The chaincode API GetHistoryForKey() will return history of values for a key.

提交回复
热议问题