Documentation ¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BroadcastClientFactory ¶
type BroadcastClientFactory func() (common.BroadcastClient, error)
type ChannelCmdFactory ¶
type ChannelCmdFactory struct { EndorserClient pb.EndorserClient Signer msp.SigningIdentity BroadcastClient common.BroadcastClient DeliverClient deliverClientIntf BroadcastFactory BroadcastClientFactory }
channelCmdFactory保留channelCmdFactory使用的客户端
func InitCmdFactory ¶
func InitCmdFactory(isEndorserRequired, isPeerDeliverRequired, isOrdererRequired bool) (*ChannelCmdFactory, error)
initcmdfactory根据参数初始化带有客户机的channelCmdfactory以背书人和订购人
type ConfigTxFileNotFound ¶
type ConfigTxFileNotFound string
configtxfilenotfound频道创建配置tx文件未找到
func (ConfigTxFileNotFound) Error ¶
func (e ConfigTxFileNotFound) Error() string
type GBFileNotFoundErr ¶
type GBFileNotFoundErr string
找不到gbfilenotfounderr genesis块文件
func (GBFileNotFoundErr) Error ¶
func (e GBFileNotFoundErr) Error() string
type InvalidCreateTx ¶
type InvalidCreateTx string
InvalidCreateTx无效的通道创建事务
func (InvalidCreateTx) Error ¶
func (e InvalidCreateTx) Error() string
type ProposalFailedErr ¶
type ProposalFailedErr string
ProposalFailerProposal失败
func (ProposalFailedErr) Error ¶
func (e ProposalFailedErr) Error() string
Click to show internal directories.
Click to hide internal directories.