Type alias ConformingDidKey

ConformingDidKey: {
    controller: DidUri;
    id: DidResourceUri;
    publicKeyBase58: string;
    type: ConformingDidDocumentKeyType;
}

A spec-compliant description of a DID key.

Type declaration

  • controller: DidUri

    The key controller, in the form of .

  • id: DidResourceUri

    The full key URI, in the form of #.

  • publicKeyBase58: string

    The base58-encoded public component of the key.

  • type: ConformingDidDocumentKeyType

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