Versions in this module Expand all Collapse all v1 v1.4.11 Mar 2, 2021 Changes in this version + const Admins + const Members + func GetDeserializers() map[string]msp.IdentityDeserializer + func GetIdentityDeserializer(chainID string) msp.IdentityDeserializer + func GetLocalMSP() msp.MSP + func GetLocalSigningIdentityOrPanic() 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() DeserializersManager + type MSPPrincipalGetter interface + Get func(role string) (*msp.MSPPrincipal, error) + func NewLocalMSPPrincipalGetter() MSPPrincipalGetter