Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2017 Changes in this version + func DeDeploySysCC(chainID string, syscc *SystemChaincode) error + func DeDeploySysCCs(chainID string) + func DeploySysCCs(chainID string) + func IsSysCC(name string) bool + func IsSysCCAndNotInvokableCC2CC(name string) bool + func IsSysCCAndNotInvokableExternal(name string) bool + func MockResetSysCCs(mockSysCCs []*SystemChaincode) + func RegisterSysCC(syscc *SystemChaincode) error + func RegisterSysCCs() + type SystemChaincode struct + Chaincode shim.Chaincode + Enabled bool + InitArgs [][]byte + InvokableCC2CC bool + InvokableExternal bool + Name string + Path string + func MockRegisterSysCCs(mockSysCCs []*SystemChaincode) []*SystemChaincode