How to get all transaction history against a chaincode in Hyperledger fabric
问题 I am able to do transactions in Hyperledger (fabric implementation). I want to see all the transactions and its payload details initiated by a user by passing the user's key. for example: A transfers 10 units to B A transfers 5 units to C D transfers 8 units to A When I pass A's key then fabric must provide me all the transactions of A. Is there any way? Or which fabric API function call should I use? 回答1: You can develop the proper indexing and query function in your chaincode. Meaning for