I am trying to get the operation which is responsible for the new state. In simple words, I want to get the function name passed to the invoke method. When I am looking into the historical states I am able to fetch its value, timestamp, transaction ID, etc. but not the parameters which are responsible for that transaction.
I know we can get the parameters from the block history, but I need it for the states.
Is there any way to achieve this from the chaincode side?