channel

package
v1.0.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2017 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddFlags

func AddFlags(cmd *cobra.Command)

AddFlags adds flags for create and join

func Cmd

Cmd returns the cobra command for Node

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 holds the clients used by ChannelCmdFactory

func InitCmdFactory

func InitCmdFactory(isOrdererRequired bool) (*ChannelCmdFactory, error)

InitCmdFactory init the ChannelCmdFactor with default clients

type ConfigTxFileNotFound

type ConfigTxFileNotFound string

ConfigTxFileNotFound channel create configuration tx file not found

func (ConfigTxFileNotFound) Error

func (e ConfigTxFileNotFound) Error() string

type GBFileNotFoundErr

type GBFileNotFoundErr string

GBFileNotFoundErr genesis block file not found

func (GBFileNotFoundErr) Error

func (e GBFileNotFoundErr) Error() string

type InvalidCreateTx

type InvalidCreateTx string

InvalidCreateTx invalid channel create transaction

func (InvalidCreateTx) Error

func (e InvalidCreateTx) Error() string

type ProposalFailedErr

type ProposalFailedErr string

ProposalFailedErr proposal failed

func (ProposalFailedErr) Error

func (e ProposalFailedErr) Error() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL