Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChannelCmdFactory ¶
type ChannelCmdFactory struct {
EndorserClient pb.EndorserClient
Signer msp.SigningIdentity
BroadcastClient common.BroadcastClient
DeliverClient deliverClientIntf
AnchorPeerParser *common.AnchorPeerParser
}
ChannelCmdFactory holds the clients used by ChannelCmdFactory
func InitCmdFactory ¶
func InitCmdFactory(isOrdererRequired bool) (*ChannelCmdFactory, error)
InitCmdFactory init the ChannelCmdFactor with default clients
type GBFileNotFoundErr ¶
type GBFileNotFoundErr string
GBFileNotFoundErr genesis block file not found
func (GBFileNotFoundErr) Error ¶
func (e GBFileNotFoundErr) Error() string
type ProposalFailedErr ¶
type ProposalFailedErr string
ProposalFailedErr proposal failed
func (ProposalFailedErr) Error ¶
func (e ProposalFailedErr) Error() string
Click to show internal directories.
Click to hide internal directories.