I have written my chaincode using hyperledger-composer and I have a function called Modify. I am trying to call this function from my java application using the hyperledger java sdk but I can't figure out how to call this function. I am getting the following error:
Sending proposal to xxx.xxx.com failed because of: gRPC failure=Status{code=UNKNOWN, description=error executing chaincode: transaction returned with failure: Error: Unsupported function "com.xxx.xxx.Modify" with arguments...
My question is how can I figure out the name of the function composer is creating in the chaincode when I create this modify transaction from composer.