Ytsen de Boer
Ytsen de Boer

Reputation: 3097

Hyperledger Fabric: are there other network types, besides a channel?

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

Answers (1)

adnan.c
adnan.c

Reputation: 721

By definition, it should only return channels. https://fabric-sdk-node.github.io/Gateway.html#getNetwork

Upvotes: 1

Related Questions