 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type ChaincodeInstall
- type ChaincodeInstantiate
- type ChaincodeInvoke
- type ChaincodeListInstalled
- type ChaincodeListInstantiated
- type ChaincodeQuery
- type ChannelCreate
- type ChannelFetch
- type ChannelJoin
- type ChannelUpdate
- type CreateChannelTx
- type Generate
- type LoggingSetLevel
- type NodeStart
- type OutputBlock
- type SignConfigTx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChaincodeInstall ¶
func (ChaincodeInstall) Args ¶
func (c ChaincodeInstall) Args() []string
func (ChaincodeInstall) SessionName ¶
func (c ChaincodeInstall) SessionName() string
type ChaincodeInstantiate ¶
type ChaincodeInstantiate struct {
	ChannelID string
	Orderer   string
	Name      string
	Version   string
	Ctor      string
	Policy    string
}
    func (ChaincodeInstantiate) Args ¶
func (c ChaincodeInstantiate) Args() []string
func (ChaincodeInstantiate) SessionName ¶
func (c ChaincodeInstantiate) SessionName() string
type ChaincodeInvoke ¶
type ChaincodeInvoke struct {
	ChannelID     string
	Orderer       string
	Name          string
	Ctor          string
	PeerAddresses []string
	WaitForEvent  bool
}
    func (ChaincodeInvoke) Args ¶
func (c ChaincodeInvoke) Args() []string
func (ChaincodeInvoke) SessionName ¶
func (c ChaincodeInvoke) SessionName() string
type ChaincodeListInstalled ¶
type ChaincodeListInstalled struct{}
    func (ChaincodeListInstalled) Args ¶
func (c ChaincodeListInstalled) Args() []string
func (ChaincodeListInstalled) SessionName ¶
func (c ChaincodeListInstalled) SessionName() string
type ChaincodeListInstantiated ¶
type ChaincodeListInstantiated struct {
	ChannelID string
}
    func (ChaincodeListInstantiated) Args ¶
func (c ChaincodeListInstantiated) Args() []string
func (ChaincodeListInstantiated) SessionName ¶
func (c ChaincodeListInstantiated) SessionName() string
type ChaincodeQuery ¶
func (ChaincodeQuery) Args ¶
func (c ChaincodeQuery) Args() []string
func (ChaincodeQuery) SessionName ¶
func (c ChaincodeQuery) SessionName() string
type ChannelCreate ¶
func (ChannelCreate) Args ¶
func (c ChannelCreate) Args() []string
func (ChannelCreate) SessionName ¶
func (c ChannelCreate) SessionName() string
type ChannelFetch ¶
func (ChannelFetch) Args ¶
func (c ChannelFetch) Args() []string
func (ChannelFetch) SessionName ¶
func (c ChannelFetch) SessionName() string
type ChannelJoin ¶
type ChannelJoin struct {
	BlockPath string
}
    func (ChannelJoin) Args ¶
func (c ChannelJoin) Args() []string
func (ChannelJoin) SessionName ¶
func (c ChannelJoin) SessionName() string
type ChannelUpdate ¶
func (ChannelUpdate) Args ¶
func (c ChannelUpdate) Args() []string
func (ChannelUpdate) SessionName ¶
func (c ChannelUpdate) SessionName() string
type CreateChannelTx ¶
type CreateChannelTx struct {
	ChannelID             string
	Profile               string
	ConfigPath            string
	OutputCreateChannelTx string
}
    func (CreateChannelTx) Args ¶
func (c CreateChannelTx) Args() []string
func (CreateChannelTx) SessionName ¶
func (c CreateChannelTx) SessionName() string
type Generate ¶
func (Generate) SessionName ¶
type LoggingSetLevel ¶
func (LoggingSetLevel) Args ¶
func (l LoggingSetLevel) Args() []string
func (LoggingSetLevel) SessionName ¶
func (l LoggingSetLevel) SessionName() string
type OutputBlock ¶
func (OutputBlock) Args ¶
func (o OutputBlock) Args() []string
func (OutputBlock) SessionName ¶
func (o OutputBlock) SessionName() string
type SignConfigTx ¶
type SignConfigTx struct {
	File string
}
    func (SignConfigTx) Args ¶
func (s SignConfigTx) Args() []string
func (SignConfigTx) SessionName ¶
func (s SignConfigTx) SessionName() string
 Click to show internal directories. 
   Click to hide internal directories.