Reputation: 3097
In the Hyperledger Fabric contract API there is the function:
gateway.getNetwork
which, in the papernet tutorial, is used to get a "channel".
Are there other types of networks, besides "channel"?
Upvotes: 1
Views: 27
Reputation: 721
By definition, it should only return channels. https://fabric-sdk-node.github.io/Gateway.html#getNetwork
Upvotes: 1