Documentation ¶
Index ¶
- type Support
- func (ms *Support) Apply(configtx *common.ConfigEnvelope) error
- func (ms *Support) Capabilities() channelconfig.ApplicationCapabilities
- func (ms *Support) ChaincodeByName(chainname, ccname string) (resourcesconfig.ChaincodeDefinition, bool)
- func (cs *Support) GetMSPIDs(cid string) []string
- func (ms *Support) Ledger() ledger.PeerLedger
- func (ms *Support) MSPManager() msp.MSPManager
- 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 }
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) ChaincodeByName ¶ added in v1.1.0
func (ms *Support) ChaincodeByName(chainname, ccname string) (resourcesconfig.ChaincodeDefinition, bool)
func (*Support) MSPManager ¶
func (ms *Support) MSPManager() msp.MSPManager
MSPManager returns MSPManagerVal
func (*Support) PolicyManager ¶
Click to show internal directories.
Click to hide internal directories.