Documentation
      ¶
    
    
  
    
  
    Index ¶
- type CAKeyGen
 - type ChaincodeApproveForMyOrg
 - type ChaincodeCheckCommitReadiness
 - type ChaincodeCommit
 - type ChaincodeGetInstalledPackage
 - type ChaincodeInstall
 - type ChaincodeInstallLegacy
 - type ChaincodeInstantiateLegacy
 - type ChaincodeInvoke
 - type ChaincodeListCommitted
 - type ChaincodeListInstalledLegacy
 - type ChaincodeListInstantiatedLegacy
 - type ChaincodePackage
 - type ChaincodePackageLegacy
 - type ChaincodeQuery
 - type ChaincodeQueryInstalled
 - type ChaincodeUpgradeLegacy
 - type ChannelCreate
 - type ChannelFetch
 - type ChannelInfo
 - type ChannelJoin
 - type ChannelUpdate
 - type Config
 - type CreateChannelTx
 - type Endorsers
 - type Extend
 - type Generate
 - type NodePause
 - type NodeReset
 - type NodeResume
 - type NodeRollback
 - type NodeStart
 - type OutputAnchorPeersUpdate
 - type OutputBlock
 - type Peers
 - type PrintOrg
 - type SignConfigTx
 - type SignerConfig
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChaincodeApproveForMyOrg ¶
type ChaincodeApproveForMyOrg struct {
	ChannelID           string
	Orderer             string
	Name                string
	Version             string
	PackageID           string
	Sequence            string
	EndorsementPlugin   string
	ValidationPlugin    string
	SignaturePolicy     string
	ChannelConfigPolicy string
	InitRequired        bool
	CollectionsConfig   string
	PeerAddresses       []string
	WaitForEvent        bool
	ClientAuth          bool
}
    func (ChaincodeApproveForMyOrg) Args ¶
func (c ChaincodeApproveForMyOrg) Args() []string
func (ChaincodeApproveForMyOrg) SessionName ¶
func (c ChaincodeApproveForMyOrg) SessionName() string
type ChaincodeCheckCommitReadiness ¶
type ChaincodeCheckCommitReadiness struct {
	ChannelID           string
	Name                string
	Version             string
	Sequence            string
	EndorsementPlugin   string
	ValidationPlugin    string
	SignaturePolicy     string
	ChannelConfigPolicy string
	InitRequired        bool
	CollectionsConfig   string
	PeerAddresses       []string
	ClientAuth          bool
}
    func (ChaincodeCheckCommitReadiness) Args ¶
func (c ChaincodeCheckCommitReadiness) Args() []string
func (ChaincodeCheckCommitReadiness) SessionName ¶
func (c ChaincodeCheckCommitReadiness) SessionName() string
type ChaincodeCommit ¶
type ChaincodeCommit struct {
	ChannelID           string
	Orderer             string
	Name                string
	Version             string
	Sequence            string
	EndorsementPlugin   string
	ValidationPlugin    string
	SignaturePolicy     string
	ChannelConfigPolicy string
	InitRequired        bool
	CollectionsConfig   string
	PeerAddresses       []string
	WaitForEvent        bool
	ClientAuth          bool
}
    func (ChaincodeCommit) Args ¶
func (c ChaincodeCommit) Args() []string
func (ChaincodeCommit) SessionName ¶
func (c ChaincodeCommit) SessionName() string
type ChaincodeGetInstalledPackage ¶
type ChaincodeGetInstalledPackage struct {
	PackageID       string
	OutputDirectory string
	ClientAuth      bool
}
    func (ChaincodeGetInstalledPackage) Args ¶
func (c ChaincodeGetInstalledPackage) Args() []string
func (ChaincodeGetInstalledPackage) SessionName ¶
func (c ChaincodeGetInstalledPackage) SessionName() string
type ChaincodeInstall ¶
func (ChaincodeInstall) Args ¶
func (c ChaincodeInstall) Args() []string
func (ChaincodeInstall) SessionName ¶
func (c ChaincodeInstall) SessionName() string
type ChaincodeInstallLegacy ¶
type ChaincodeInstallLegacy struct {
	Name        string
	Version     string
	Path        string
	Lang        string
	PackageFile string
	ClientAuth  bool
}
    func (ChaincodeInstallLegacy) Args ¶
func (c ChaincodeInstallLegacy) Args() []string
func (ChaincodeInstallLegacy) SessionName ¶
func (c ChaincodeInstallLegacy) SessionName() string
type ChaincodeInstantiateLegacy ¶
type ChaincodeInstantiateLegacy struct {
	ChannelID         string
	Orderer           string
	Name              string
	Version           string
	Ctor              string
	Policy            string
	Lang              string
	CollectionsConfig string
	ClientAuth        bool
}
    func (ChaincodeInstantiateLegacy) Args ¶
func (c ChaincodeInstantiateLegacy) Args() []string
func (ChaincodeInstantiateLegacy) SessionName ¶
func (c ChaincodeInstantiateLegacy) SessionName() string
type ChaincodeInvoke ¶
type ChaincodeInvoke struct {
	ChannelID     string
	Orderer       string
	Name          string
	Ctor          string
	Transient     string
	PeerAddresses []string
	WaitForEvent  bool
	IsInit        bool
	ClientAuth    bool
}
    func (ChaincodeInvoke) Args ¶
func (c ChaincodeInvoke) Args() []string
func (ChaincodeInvoke) SessionName ¶
func (c ChaincodeInvoke) SessionName() string
type ChaincodeListCommitted ¶
func (ChaincodeListCommitted) Args ¶
func (c ChaincodeListCommitted) Args() []string
func (ChaincodeListCommitted) SessionName ¶
func (c ChaincodeListCommitted) SessionName() string
type ChaincodeListInstalledLegacy ¶
type ChaincodeListInstalledLegacy struct {
	ClientAuth bool
}
    func (ChaincodeListInstalledLegacy) Args ¶
func (c ChaincodeListInstalledLegacy) Args() []string
func (ChaincodeListInstalledLegacy) SessionName ¶
func (c ChaincodeListInstalledLegacy) SessionName() string
type ChaincodeListInstantiatedLegacy ¶
func (ChaincodeListInstantiatedLegacy) Args ¶
func (c ChaincodeListInstantiatedLegacy) Args() []string
func (ChaincodeListInstantiatedLegacy) SessionName ¶
func (c ChaincodeListInstantiatedLegacy) SessionName() string
type ChaincodePackage ¶ added in v1.3.0
type ChaincodePackage struct {
	Path       string
	Lang       string
	Label      string
	OutputFile string
	ClientAuth bool
}
    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 ChaincodePackageLegacy ¶
type ChaincodePackageLegacy struct {
	Name       string
	Version    string
	Path       string
	Lang       string
	OutputFile string
	ClientAuth bool
}
    func (ChaincodePackageLegacy) Args ¶
func (c ChaincodePackageLegacy) Args() []string
func (ChaincodePackageLegacy) SessionName ¶
func (c ChaincodePackageLegacy) SessionName() string
type ChaincodeQuery ¶
func (ChaincodeQuery) Args ¶
func (c ChaincodeQuery) Args() []string
func (ChaincodeQuery) SessionName ¶
func (c ChaincodeQuery) SessionName() string
type ChaincodeQueryInstalled ¶
type ChaincodeQueryInstalled struct {
	ClientAuth bool
}
    func (ChaincodeQueryInstalled) Args ¶
func (c ChaincodeQueryInstalled) Args() []string
func (ChaincodeQueryInstalled) SessionName ¶
func (c ChaincodeQueryInstalled) SessionName() string
type ChaincodeUpgradeLegacy ¶
type ChaincodeUpgradeLegacy struct {
	Name              string
	Version           string
	Path              string // optional
	ChannelID         string
	Orderer           string
	Ctor              string
	Policy            string
	CollectionsConfig string // optional
	ClientAuth        bool
}
    func (ChaincodeUpgradeLegacy) Args ¶
func (c ChaincodeUpgradeLegacy) Args() []string
func (ChaincodeUpgradeLegacy) SessionName ¶
func (c ChaincodeUpgradeLegacy) SessionName() string
type ChannelCreate ¶
type ChannelCreate struct {
	ChannelID   string
	Orderer     string
	File        string
	OutputBlock string
	ClientAuth  bool
}
    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
	ClientAuth bool
}
    func (ChannelFetch) Args ¶
func (c ChannelFetch) Args() []string
func (ChannelFetch) SessionName ¶
func (c ChannelFetch) SessionName() string
type ChannelInfo ¶ added in v1.4.0
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 ¶
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 Config ¶ added in v1.3.0
type Config struct {
	UserCert   string
	UserKey    string
	MSPID      string
	Server     string
	Channel    string
	ClientCert string
	ClientKey  string
}
    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
	ClientCert     string
	ClientKey      string
	NoPrivateReads []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 NodeReset ¶ added in v1.4.2
type NodeReset struct {
}
    func (NodeReset) SessionName ¶ added in v1.4.2
type NodeResume ¶
type NodeResume struct {
	ChannelID string
}
    func (NodeResume) Args ¶
func (n NodeResume) Args() []string
func (NodeResume) SessionName ¶
func (n NodeResume) SessionName() string
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 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
type Peers struct {
	UserCert   string
	UserKey    string
	MSPID      string
	Server     string
	Channel    string
	ClientCert string
	ClientKey  string
}
    func (Peers) SessionName ¶ added in v1.3.0
type PrintOrg ¶
func (PrintOrg) SessionName ¶
type SignConfigTx ¶
func (SignConfigTx) Args ¶
func (s SignConfigTx) Args() []string
func (SignConfigTx) SessionName ¶
func (s SignConfigTx) SessionName() string
type SignerConfig ¶
type SignerConfig struct {
	CAInput          string
	Output           string
	OrgUnit          string
	Admin            bool
	EnrollmentID     string
	RevocationHandle string
}
    func (SignerConfig) Args ¶
func (c SignerConfig) Args() []string
func (SignerConfig) SessionName ¶
func (c SignerConfig) SessionName() string
 Click to show internal directories. 
   Click to hide internal directories.