Skip to content

ConformingDidKey

ConformingDidKey: object

A spec-compliant description of a DID key.

Type declaration

controller

controller: DidUri

The key controller, in the form of <did_subject>.

id

id: DidResourceUri

The full key URI, in the form of <did>#<key_id>.

publicKeyBase58

publicKeyBase58: string

The base58-encoded public component of the key.

type

type: ConformingDidDocumentKeyType

The key type signalling the intended signing/encryption algorithm for the use of this key.

Source

types/src/DidDocumentExporter.ts:37