I'm working on a project using hyperledger fabric 2.0. I have two chaincodes named deed.js and bor.js. Both the deed.js and bor.js are installed on the same channel. I have taken some input in deed.js chaincode which is to be passed as input to bor.js chaincode. How to do that?Please explain in detail about the method as I'm newbie to hyperledger fabric.
Thanks.