This might seem like a weird question . But i want to know if it is possible to access a GO language chaincode installed in the peers from Composer script file .
That is in script.js file of the BNA file is it possible to access the GO Lang chaincode installed in the peers from Hyperledger Fabric side .
I want to invoke a chaincode 'mycc' from the script.js file and try to call 'mycc' functions from Composer
Any suggestions? Also an example would be good . Thanks !