Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MSPProvider ¶
type MSPProvider struct {
// contains filtered or unexported fields
}
MSPProvider provides the default implementation of MSP
func New ¶
func New(endpointConfig fab.EndpointConfig, cryptoSuite core.CryptoSuite, userStore msp.UserStore) (*MSPProvider, error)
New creates a MSP context provider
func (*MSPProvider) IdentityManager ¶
func (p *MSPProvider) IdentityManager(orgName string) (msp.IdentityManager, bool)
IdentityManager returns the organization's identity manager
func (*MSPProvider) Initialize ¶
func (p *MSPProvider) Initialize(providers core.Providers) error
Initialize sets the provider context
func (*MSPProvider) UserStore ¶
func (p *MSPProvider) UserStore() msp.UserStore
UserStore returns the user store used by the MSP provider
Click to show internal directories.
Click to hide internal directories.