Type alias ChainDidBaseKey

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

Type declaration

  • id: UriFragment
  • Optional includedAt?: BN
  • publicKey: Uint8Array
  • type: string