type Support struct {
LedgerVal ledger.PeerLedger
MSPManagerVal msp.MSPManager
ApplyVal error
ACVal channelconfig.ApplicationCapabilities
sync.Mutex
// contains filtered or unexported fields
}
func (ms *Support) Apply(configtx *common.ConfigEnvelope) error
Apply returns ApplyVal
func (ms *Support) Capabilities() channelconfig.ApplicationCapabilities
func (ms *Support) CapabilitiesInvokeCount() int
func (ms *Support) GetMSPIDs(cid string) []string
func (ms *Support) Ledger() ledger.PeerLedger
Ledger returns LedgerVal
func (ms *Support) MSPManager() msp.MSPManager
MSPManager returns MSPManagerVal
func (ms *Support) MSPManagerInvokeCount() int
func (ms *Support) PolicyManager() policies.Manager