KeyBackupRestoreOpts
Defined in: src/crypto-api/keybackup.ts:94
Extra parameters for CryptoApi.restoreKeyBackup and CryptoApi.restoreKeyBackupWithPassphrase.
Properties
Section titled “Properties”progressCallback?
Section titled “progressCallback?”
optionalprogressCallback?: (progress) =>void
Defined in: src/crypto-api/keybackup.ts:99
A callback which, if defined, will be called periodically to report ongoing progress of the backup restore process.
Parameters
Section titled “Parameters”progress
Section titled “progress”Returns
Section titled “Returns”void