ExportedSigningKey: {
    curve: KeyCurve;
    encryptedKeyShares: EncryptedKeyShare[];
    minSigners: IntegerPositiveStrict;
    protocol: KeyProtocol;
    publicKey: string;
}

Type declaration

  • curve: KeyCurve
  • encryptedKeyShares: EncryptedKeyShare[]

    Key shares of the exported wallet. These key shares are encrypted with the provided encryption key. The wallet private key must then be re-constructed from them.

  • minSigners: IntegerPositiveStrict

    The TSS threshold parameter of this wallet private signing key shares.

  • protocol: KeyProtocol
  • publicKey: string

Generated using TypeDoc