Versions in this module Expand all Collapse all v1 v1.4.10 Dec 9, 2020 Changes in this version + const EndorserNotRequired + const EndorserRequired + const OrdererNotRequired + const OrdererRequired + const PeerDeliverNotRequired + const PeerDeliverRequired + func AddFlags(cmd *cobra.Command) + func Cmd(cf *ChannelCmdFactory) *cobra.Command + type BroadcastClientFactory func() (common.BroadcastClient, error) + type ChannelCmdFactory struct + BroadcastClient common.BroadcastClient + BroadcastFactory BroadcastClientFactory + DeliverClient deliverClientIntf + EndorserClient pb.EndorserClient + Signer msp.SigningIdentity + func InitCmdFactory(isEndorserRequired, isPeerDeliverRequired, isOrdererRequired bool) (*ChannelCmdFactory, error) + type ConfigTxFileNotFound string + func (e ConfigTxFileNotFound) Error() string + type GBFileNotFoundErr string + func (e GBFileNotFoundErr) Error() string + type InvalidCreateTx string + func (e InvalidCreateTx) Error() string + type ProposalFailedErr string + func (e ProposalFailedErr) Error() string