Skip to content

BaseDidKey

BaseDidKey: object

The SDK-specific base details of a DID key.

id: UriFragment

Relative key URI: # sign followed by fragment part of URI.

optional includedAt: BN

The inclusion block of the key, if stored on chain.

publicKey: Uint8Array

The public key material.

type: string

The type of the key.

types/src/DidDocument.ts:85