Type alias PreviousDidProof

PreviousDidProof: {
    previousDid: string;
    signature: string;
}

Proof to used to construct the _prv._did. DNS record as described in https://did-dht.com/#rotation to link a DID to a previous DID.

Type declaration

  • previousDid: string

    The previous DID.

  • signature: string

    The signature signed using the private Identity Key of the previous DID in Base64URL format.