EncryptedKeyShare: {
    encryptedKeyShare: string;
    signerId: string;
}

Type declaration

  • encryptedKeyShare: string

    Base64-encoded key share.

  • signerId: string

    Base64-encoded ID of the signer where the encrypted key share comes from.

Generated using TypeDoc