Type alias BaseNewDidKey

BaseNewDidKey: {
    publicKey: Uint8Array;
    type: string;
}

Type of a new key material to add under a DID.

Type declaration

  • publicKey: Uint8Array
  • type: string