package
1.1.0
Repository: https://github.com/lightkool/fabric.git
Documentation: pkg.go.dev

# Packages

Package cscc chaincode configer provides functions to manage configuration transactions as the network is being reconfigured.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

DeDeploySysCC stops the system chaincode and deregisters it from inproccontroller.
DeDeploySysCCs is used in unit tests to stop and remove the system chaincodes beforerestarting them in the same process.
DeploySysCCs is the hook for system chaincodes where system chaincodes are registered with the fabricnote the chaincode must still be deployed and launched like a user chaincode will be.
IsSysCC returns true if the name matches a system chaincode'ssystem chaincode names are system, chain wide.
IsSysCCAndNotInvokableCC2CC returns true if the chaincode is a system chaincode and *CANNOT* be invoked through a cc2cc invocation.
IsSysCCAndNotInvokableExternal returns true if the chaincode is a system chaincode and *CANNOT* be invoked through a proposal to this peer.
MockRegisterSysCCs is used only for testing This is needed to break import cycle.
MockResetSysCCs restore orig system ccs - is used only for testing.
RegisterSysCCs is the hook for system chaincodes where system chaincodes are registered with the fabricnote the chaincode must still be deployed and launched like a user chaincode will be.

# Structs

PluginConfig SCC plugin configuration.
SystemChaincode defines the metadata needed to initialize system chaincode when the fabric comes up.