 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type ChaincodeInstall
- type ChaincodeInstantiate
- type ChaincodeInvoke
- type ChaincodeListInstalled
- type ChaincodeListInstantiated
- type ChaincodePackage
- type ChaincodeQuery
- type ChaincodeUpgrade
- type ChannelCreate
- type ChannelFetch
- type ChannelInfo
- type ChannelJoin
- type ChannelUpdate
- type Config
- type CreateChannelTx
- type Endorsers
- type Extend
- type Generate
- type LoggingSetLevel
- type NodeReset
- type NodeRollback
- type NodeStart
- type OutputAnchorPeersUpdate
- type OutputBlock
- type Peers
- type SignConfigTx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChaincodeInstall ¶
type ChaincodeInstall struct {
	Name        string
	Version     string
	Path        string
	Lang        string
	PackageFile string
}
    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
	Lang              string
	CollectionsConfig 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 ChaincodePackage ¶ added in v1.3.0
type ChaincodePackage struct {
	Name       string
	Version    string
	Path       string
	Lang       string
	OutputFile string
}
    func (ChaincodePackage) Args ¶ added in v1.3.0
func (c ChaincodePackage) Args() []string
func (ChaincodePackage) SessionName ¶ added in v1.3.0
func (c ChaincodePackage) SessionName() string
type ChaincodeQuery ¶
func (ChaincodeQuery) Args ¶
func (c ChaincodeQuery) Args() []string
func (ChaincodeQuery) SessionName ¶
func (c ChaincodeQuery) SessionName() string
type ChaincodeUpgrade ¶ added in v1.3.0
type ChaincodeUpgrade struct {
	Name              string
	Version           string
	Path              string // optional
	ChannelID         string
	Orderer           string
	Ctor              string
	Policy            string
	CollectionsConfig string // optional
}
    func (ChaincodeUpgrade) Args ¶ added in v1.3.0
func (c ChaincodeUpgrade) Args() []string
func (ChaincodeUpgrade) SessionName ¶ added in v1.3.0
func (c ChaincodeUpgrade) SessionName() string
type ChannelCreate ¶
func (ChannelCreate) Args ¶
func (c ChannelCreate) Args() []string
func (ChannelCreate) SessionName ¶
func (c ChannelCreate) SessionName() string
type ChannelFetch ¶
type ChannelFetch struct {
	ChannelID             string
	Block                 string
	Orderer               string
	OutputFile            string
	TLSHandshakeTimeShift time.Duration
}
    func (ChannelFetch) Args ¶
func (c ChannelFetch) Args() []string
func (ChannelFetch) SessionName ¶
func (c ChannelFetch) SessionName() string
type ChannelInfo ¶ added in v1.4.0
type ChannelInfo struct {
	ChannelID string
}
    func (ChannelInfo) Args ¶ added in v1.4.0
func (c ChannelInfo) Args() []string
func (ChannelInfo) SessionName ¶ added in v1.4.0
func (c ChannelInfo) 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 ¶
type ChannelUpdate struct {
	ChannelID             string
	Orderer               string
	File                  string
	TLSHandshakeTimeShift time.Duration
}
    func (ChannelUpdate) Args ¶
func (c ChannelUpdate) Args() []string
func (ChannelUpdate) SessionName ¶
func (c ChannelUpdate) SessionName() string
type Config ¶ added in v1.3.0
func (Config) SessionName ¶ added in v1.3.0
type CreateChannelTx ¶
type CreateChannelTx struct {
	ChannelID             string
	Profile               string
	ConfigPath            string
	OutputCreateChannelTx string
	BaseProfile           string
}
    func (CreateChannelTx) Args ¶
func (c CreateChannelTx) Args() []string
func (CreateChannelTx) SessionName ¶
func (c CreateChannelTx) SessionName() string
type Endorsers ¶ added in v1.3.0
type Endorsers struct {
	UserCert    string
	UserKey     string
	MSPID       string
	Server      string
	Channel     string
	Chaincode   string
	Chaincodes  []string
	Collection  string
	Collections []string
}
    func (Endorsers) SessionName ¶ added in v1.3.0
type Extend ¶ added in v1.4.1
func (Extend) SessionName ¶ added in v1.4.1
type Generate ¶
func (Generate) SessionName ¶
type LoggingSetLevel ¶
func (LoggingSetLevel) Args ¶
func (l LoggingSetLevel) Args() []string
func (LoggingSetLevel) SessionName ¶
func (l LoggingSetLevel) SessionName() string
type NodeReset ¶ added in v1.4.2
type NodeReset struct {
}
    func (NodeReset) SessionName ¶ added in v1.4.2
type NodeRollback ¶ added in v1.4.2
func (NodeRollback) Args ¶ added in v1.4.2
func (n NodeRollback) Args() []string
func (NodeRollback) SessionName ¶ added in v1.4.2
func (n NodeRollback) SessionName() string
type NodeStart ¶
func (NodeStart) SessionName ¶
type OutputAnchorPeersUpdate ¶ added in v1.3.0
type OutputAnchorPeersUpdate struct {
	ChannelID               string
	Profile                 string
	ConfigPath              string
	AsOrg                   string
	OutputAnchorPeersUpdate string
}
    func (OutputAnchorPeersUpdate) Args ¶ added in v1.3.0
func (o OutputAnchorPeersUpdate) Args() []string
func (OutputAnchorPeersUpdate) SessionName ¶ added in v1.3.0
func (o OutputAnchorPeersUpdate) SessionName() string
type OutputBlock ¶
func (OutputBlock) Args ¶
func (o OutputBlock) Args() []string
func (OutputBlock) SessionName ¶
func (o OutputBlock) SessionName() string
type Peers ¶ added in v1.3.0
func (Peers) SessionName ¶ added in v1.3.0
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.