identity

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Manager

type Manager interface {
	ResolveInputIdentity(ctx context.Context, identity *fftypes.Identity) (err error)
	ResolveSigningKey(ctx context.Context, inputKey string) (outputKey string, err error)
	ResolveSigningKeyIdentity(ctx context.Context, signingKey string) (author string, err error)
	ResolveLocalOrgDID(ctx context.Context) (localOrgDID string, err error)
	GetLocalOrgKey(ctx context.Context) (string, error)
	OrgDID(org *fftypes.Organization) string
	GetLocalOrganization(ctx context.Context) (*fftypes.Organization, error)
}

func NewIdentityManager

func NewIdentityManager(ctx context.Context, di database.Plugin, ii identity.Plugin, bi blockchain.Plugin) (Manager, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL