2.0.0 • Published 2 years ago

@verixyz/did-provider-ethr v2.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

verixyz did:ethr provider

This package contains an implementation of AbstractIdentifierProvider for the did:ethr method. This enables creation and control of did:ethr entities.

Classes

EthrDIDProvider

DIDManager identifier provider for did:ethr identifiers

Constructors

  • (constructor)(options) Constructs a new instance of the EthrDIDProvider class

Methods

  • addKey({ identifier, key, options }, context)
  • addService({ identifier, service, options }, context)
  • createIdentifier({ kms, options }, context)
  • deleteIdentifier(identifier, context)
  • removeKey(args, context)
  • removeService(args, context)