alg
alg: "EdDSA" | "ES256" | "ES384" | "ES512" | "ES256K" | "RS256"
did
did: `did:${string}:${string}`
didKey
didKey: `did:${string}:${string}`
publicKey
publicKey: Uint8Array<ArrayBufferLike>
type
type: "Ed25519" | "P-256" | "P-384" | "P-521" | "secp256k1" | "RSA"
Verifiable DID
Implements