interface JsonWebKey2020Method {
    controller: `did:${string}:${string}`;
    id: string;
    publicKeyJwk: JWK;
    type: "JsonWebKey2020";
}

Properties

controller: `did:${string}:${string}`
id: string

The hash fragment should be the kid of the JWK.

publicKeyJwk: JWK
type: "JsonWebKey2020"