interface IPreparedKeyBackupVersion {
    algorithm: string;
    auth_data: ISigned & (Curve25519AuthData | Aes256AuthData);
    privateKey: Uint8Array;
    recovery_key: string;
}

Properties

algorithm: string
privateKey: Uint8Array
recovery_key: string