Skip to content

BaseDidKey

BaseDidKey: object

The SDK-specific base details of a DID key.

Type declaration

id

id: UriFragment

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

includedAt?

optional includedAt: BN

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

publicKey

publicKey: Uint8Array

The public key material.

type

type: string

The type of the key.

Source

types/src/DidDocument.ts:85