Documentation ¶
Overview ¶
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CertificationClient ¶
type CertificationClient struct {
// contains filtered or unexported fields
}
func NewCertificationClient ¶
func NewCertificationClient(sp view.ServiceProvider, network, channel, namespace, driver string) (*CertificationClient, error)
func (*CertificationClient) IsCertified ¶
func (c *CertificationClient) IsCertified(id *token2.ID) bool
func (*CertificationClient) RequestCertification ¶
func (c *CertificationClient) RequestCertification(ids ...*token2.ID) error
type CertificationService ¶
type CertificationService struct {
// contains filtered or unexported fields
}
func NewCertificationService ¶
func NewCertificationService(sp view.ServiceProvider, network, channel, namespace, wallet, driver string) (*CertificationService, error)
func (*CertificationService) Start ¶
func (c *CertificationService) Start() error
Click to show internal directories.
Click to hide internal directories.