Versions in this module Expand all Collapse all v1 v1.0.0 Jul 11, 2017 Changes in this version + const AdminsPolicyKey + const MSPKey + const ReadersPolicyKey + const WritersPolicyKey + func TemplateGroupMSP(configPath []string, mspConfig *mspprotos.MSPConfig) *cb.ConfigGroup + func TemplateGroupMSPWithAdminRolePrincipal(configPath []string, mspConfig *mspprotos.MSPConfig, admin bool) *cb.ConfigGroup + type MSPConfigHandler struct + func NewMSPConfigHandler() *MSPConfigHandler + func (bh *MSPConfigHandler) BeginConfig(tx interface{}) + func (bh *MSPConfigHandler) CommitProposals(tx interface{}) + func (bh *MSPConfigHandler) PreCommit(tx interface{}) error + func (bh *MSPConfigHandler) ProposeMSP(tx interface{}, mspConfig *mspprotos.MSPConfig) (msp.MSP, error) + func (bh *MSPConfigHandler) RollbackProposals(tx interface{})