channel

package
v0.0.0-...-95b87ed Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: Apache-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EndorserRequired       bool = true
	EndorserNotRequired    bool = false
	OrdererRequired        bool = true
	OrdererNotRequired     bool = false
	PeerDeliverRequired    bool = true
	PeerDeliverNotRequired bool = false
)

Variables

This section is empty.

Functions

func AddFlags

func AddFlags(cmd *cobra.Command)

func Cmd

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
}

func InitCmdFactory

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

type ConfigTxFileNotFound

type ConfigTxFileNotFound string

func (ConfigTxFileNotFound) Error

func (e ConfigTxFileNotFound) Error() string

type GBFileNotFoundErr

type GBFileNotFoundErr string

func (GBFileNotFoundErr) Error

func (e GBFileNotFoundErr) Error() string

type InvalidCreateTx

type InvalidCreateTx string

func (InvalidCreateTx) Error

func (e InvalidCreateTx) Error() string

type ProposalFailedErr

type ProposalFailedErr string

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