In a hyperledger fabric network with multiple peers in an organization, Can I use Go SDK to query the chaincode through targetted peers from a particular organization?
I know I can query the chaincode using the channel package with the *channel.Client Query()
function, however, I need to query through each peer individually.