Versions in this module Expand all Collapse all v2 v2.3.2 Nov 21, 2021 Changes in this version + const Admins + const Members + func GetDeserializers() map[string]msp.IdentityDeserializer + func GetIdentityDeserializer(chainID string, cryptoProvider bccsp.BCCSP) msp.IdentityDeserializer + func GetLocalMSP(cryptoProvider bccsp.BCCSP) msp.MSP + func GetLocalSigningIdentityOrPanic(cryptoProvider bccsp.BCCSP) msp.SigningIdentity + func GetManagerForChain(chainID string) msp.MSPManager + func LoadLocalMsp(dir string, bccspConfig *factory.FactoryOpts, mspID string) error + func LoadLocalMspWithType(dir string, bccspConfig *factory.FactoryOpts, mspID, mspType string) error + func XXXSetMSPManager(chainID string, manager msp.MSPManager) + type DeserializersManager interface + Deserialize func(raw []byte) (*mspproto.SerializedIdentity, error) + GetChannelDeserializers func() map[string]msp.IdentityDeserializer + GetLocalDeserializer func() msp.IdentityDeserializer + GetLocalMSPIdentifier func() string + func NewDeserializersManager(cryptoProvider bccsp.BCCSP) DeserializersManager + type MSPPrincipalGetter interface + Get func(role string) (*msp.MSPPrincipal, error) + func NewLocalMSPPrincipalGetter(cryptoProvider bccsp.BCCSP) MSPPrincipalGetter Other modules containing this package github.com/waszqt/fabric