I am currently developing programs using hyperledger. I want to get each tx (transaction) data from hyperledger like this.
A changed value "On"
A changed value "Off"
B changed value "On"
...
However, there seems to be no api that get the transaction history. This question is similar to the 40466580 question. Is it best to just fix the program in chaincode? Or is there a better way?