Type alias ExtractedSecretShare

ExtractedSecretShare: {
    id: Uint8Array;
    index: Uint8Array;
    n: Uint8Array;
    secret: Uint8Array;
    t: Uint8Array;
}

Type declaration

  • id: Uint8Array
  • index: Uint8Array
  • n: Uint8Array
  • secret: Uint8Array
  • t: Uint8Array

Generated using TypeDoc