Documentation ¶
Index ¶
- func GetDeserializers() map[string]msp.IdentityDeserializer
- func GetIdentityDeserializer(chainID string, cryptoProvider bccsp.BCCSP) msp.IdentityDeserializer
- func GetLocalMSP(cryptoProvider bccsp.BCCSP) msp.MSP
- func GetManagerForChain(chainID string) msp.MSPManager
- func XXXSetMSPManager(chainID string, manager msp.MSPManager)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDeserializers ¶
func GetDeserializers() map[string]msp.IdentityDeserializer
GetManagers returns all the managers registered
func GetIdentityDeserializer ¶
func GetIdentityDeserializer(chainID string, cryptoProvider bccsp.BCCSP) msp.IdentityDeserializer
GetIdentityDeserializer returns the IdentityDeserializer for the given chain
func GetLocalMSP ¶
GetLocalMSP returns the local msp (and creates it if it doesn't exist)
func GetManagerForChain ¶
func GetManagerForChain(chainID string) msp.MSPManager
GetManagerForChain returns the msp manager for the supplied chain; if no such manager exists, one is created
func XXXSetMSPManager ¶
func XXXSetMSPManager(chainID string, manager msp.MSPManager)
XXXSetMSPManager is a stopgap solution to transition from the custom MSP config block parsing to the channelconfig.Resources interface, while preserving the problematic singleton nature of the MSP manager
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.