getDidUriFromKey
getDidUriFromKey(
key):DidUri
Builds the URI of a DID if it is created with the authentication key provided.
Parameters
Section titled “Parameters”• key: Pick<DidVerificationKey, "type" | "publicKey">
The key that will be used as DID authentication key.
Returns
Section titled “Returns”The expected DID URI.