Documentation ¶ Index ¶ func NewCore(mspId, chanName string, peerPool api.PeerPool, orderer api.Orderer, ...) api.Channel type Core func (c *Core) Chaincode(serviceDiscCtx context.Context, ccName string) (api.Chaincode, error) func (c *Core) Join(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCore ¶ func NewCore( mspId, chanName string, peerPool api.PeerPool, orderer api.Orderer, dp api.DiscoveryProvider, identity msp.SigningIdentity, fabricV2 bool, log *zap.Logger, ) api.Channel Types ¶ type Core ¶ type Core struct { // contains filtered or unexported fields } func (*Core) Chaincode ¶ func (c *Core) Chaincode(serviceDiscCtx context.Context, ccName string) (api.Chaincode, error) Chaincode - returns interface with actions over chaincode ctx is necessary for service discovery 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.