how to access the 'eventEmitted' field in transaction history of hyperledger fabric
问题 I am working on hyperledger fabric.I want to access the 'eventEmitted' field in transaction history of hyperledger fabric. /*transaction history*/ "transactionType": "com.acn.hps.aops.ims.addingEvidence", "eventsEmitted": [ { "$class": "com.acn.hps.aops.ims.BasicEvent", "evidenceId": "100", "eventId": "b66fd1c38754519339172905d916497376029ad9620ba5f19999fb73cf1d8b58#0", "timestamp": "2018-03-01T08:36:41.164Z" } ] I was able to query the Transaction type and got the result, but now to access