Type alias BaseDidKey

BaseDidKey: {
    id: UriFragment;
    includedAt?: BN;
    publicKey: Uint8Array;
    type: string;
}

The SDK-specific base details of a DID key.

Type declaration

  • 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.