Documentation ¶ Index ¶ func NewCore(mspId string, name string, peerPool api.PeerPool, orderer api.Orderer, ...) api.Channel type Core func (c *Core) Chaincode(name string) api.Chaincode func (c *Core) Join(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCore ¶ func NewCore(mspId string, name string, peerPool api.PeerPool, orderer api.Orderer, dp api.DiscoveryProvider, identity msp.SigningIdentity, log *zap.Logger) api.Channel Types ¶ type Core ¶ type Core struct { // contains filtered or unexported fields } func (*Core) Chaincode ¶ func (c *Core) Chaincode(name string) api.Chaincode func (*Core) Join ¶ func (c *Core) Join(ctx context.Context) error Source Files ¶ View all Source files core.go join.go Click to show internal directories. Click to hide internal directories.