Documentation
¶
Index ¶
- Constants
- func NewCSCCV1(peerPool api.PeerPool, identity msp.SigningIdentity) api.CSCC
- func NewCSCCV2(peerPool api.PeerPool, identity msp.SigningIdentity) api.CSCC
- func NewLSCC(peerPool api.PeerPool, identity msp.SigningIdentity) api.LSCC
- func NewLifecycle(peerPool api.PeerPool, identity msp.SigningIdentity) api.Lifecycle
- func NewQSCC(peerPool api.PeerPool, identity msp.SigningIdentity) api.QSCC
- func NewSCC(peer api.PeerPool, identity msp.SigningIdentity, fabricV2 bool) api.SystemCC
Constants ¶
View Source
const ( JoinChain string = "JoinChain" GetConfigBlock string = "GetConfigBlock" GetChannels string = "GetChannels" GetConfigTree string = `GetConfigTree` )
These are function names from Invoke first parameter
View Source
const (
GetChannelConfig string = "GetChannelConfig"
)
These are function names from Invoke first parameter
Variables ¶
This section is empty.
Functions ¶
func NewLifecycle ¶ added in v0.6.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.