Documentation ¶
Overview ¶
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
Index ¶
Constants ¶
View Source
const ( ZKATDLog = "zkatdlog" FabToken = "fabtoken" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertificationClient ¶
type CertificationClient struct{}
func (*CertificationClient) IsCertified ¶
func (c *CertificationClient) IsCertified(id *token2.ID) bool
func (*CertificationClient) RequestCertification ¶
func (c *CertificationClient) RequestCertification(ids ...*token2.ID) error
func (*CertificationClient) Start ¶
func (c *CertificationClient) Start() error
type CertificationService ¶
type CertificationService struct{}
func (*CertificationService) Start ¶
func (c *CertificationService) Start() error
type Driver ¶
type Driver struct{}
func (*Driver) NewCertificationClient ¶
func (d *Driver) NewCertificationClient(sp view2.ServiceProvider, network, channel, namespace string) (driver.CertificationClient, error)
func (*Driver) NewCertificationService ¶
func (d *Driver) NewCertificationService(sp view2.ServiceProvider, network, channel, namespace, wallet string) (driver.CertificationService, error)
Click to show internal directories.
Click to hide internal directories.