Documentation
¶
Index ¶
- type FabricMSPManager
- type Service
- func (c *Service) DryUpdate(env *cb.Envelope) error
- func (c *Service) GetMSPIDs() []string
- func (c *Service) GetVerifier(identity view.Identity) (driver.Verifier, error)
- func (c *Service) IsValid(identity view.Identity) error
- func (c *Service) MSPManager() driver.MSPManager
- func (c *Service) OrdererConfig(cs driver.ConfigService) (string, []*grpc.ConnectionConfig, error)
- func (c *Service) Update(env *cb.Envelope) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FabricMSPManager ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) GetMSPIDs ¶
GetMSPIDs retrieves the MSP IDs of the organizations in the current Channel configuration.
func (*Service) GetVerifier ¶
func (*Service) MSPManager ¶
func (c *Service) MSPManager() driver.MSPManager
MSPManager returns the msp.MSPManager that reflects the current Channel configuration. Users should not memoize references to this object.
func (*Service) OrdererConfig ¶ added in v0.5.0
func (c *Service) OrdererConfig(cs driver.ConfigService) (string, []*grpc.ConnectionConfig, error)
Click to show internal directories.
Click to hide internal directories.