Documentation ¶
Index ¶
- type Support
- func (ms *Support) Apply(configtx *common.ConfigEnvelope) error
- func (ms *Support) Capabilities() channelconfig.ApplicationCapabilities
- func (ms *Support) CapabilitiesInvokeCount() int
- func (ms *Support) GetMSPIDs(cid string) []string
- func (ms *Support) Ledger() ledger.PeerLedger
- func (ms *Support) MSPManager() msp.MSPManager
- func (ms *Support) MSPManagerInvokeCount() int
- func (ms *Support) PolicyManager() policies.Manager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Support ¶
type Support struct { LedgerVal ledger.PeerLedger MSPManagerVal msp.MSPManager ApplyVal error ACVal channelconfig.ApplicationCapabilities sync.Mutex // contains filtered or unexported fields }
func (*Support) Apply ¶
func (ms *Support) Apply(configtx *common.ConfigEnvelope) error
Apply returns ApplyVal
func (*Support) Capabilities ¶ added in v1.1.0
func (ms *Support) Capabilities() channelconfig.ApplicationCapabilities
func (*Support) CapabilitiesInvokeCount ¶ added in v1.2.0
func (*Support) MSPManager ¶
func (ms *Support) MSPManager() msp.MSPManager
MSPManager returns MSPManagerVal
func (*Support) MSPManagerInvokeCount ¶ added in v1.2.0
func (*Support) PolicyManager ¶
Click to show internal directories.
Click to hide internal directories.