package
2.0.0-alpha+incompatible
Repository: https://github.com/hyperledger-labs/fabric-block-archiving.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetManagers returns all the managers registered.
GetIdentityDeserializer returns the IdentityDeserializer for the given chain.
GetLocalMSP returns the local msp (and creates it if it doesn't exist).
GetLocalSigningIdentityOrPanic returns the local signing identity or panic in case or error.
GetManagerForChain returns the msp manager for the supplied chain; if no such manager exists, one is created.
LoadLocalMsp loads the local MSP from the specified directory.
LoadLocalMspWithType loads the local MSP with the specified type from the specified directory.
DeserializersManager returns a new instance of DeserializersManager.
No description provided by the author
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.

# Constants

Admins is the label for the local MSP admins.
Members is the label for the local MSP members.

# Interfaces

DeserializersManager is a support interface to access the local and channel deserializers.
No description provided by the author