Create a new BaseMigrationData
with default values.
Optional
backupThe backup recovery key, as a base64-encoded string.
Optional
backupThe backup version that is currently active.
Optional
deviceThe device ID of the account owner.
The pickle string holding the Olm Account, as returned by
olm_pickle_account
in libolm.
Optional
privateThe private, base64-encoded, master cross-signing key.
Optional
privateThe private, base64-encoded, self-signing key.
Optional
privateThe private, base64-encoded, user-signing key.
Optional
userThe user id of the account owner.
The base dataset that is important to migrate to the Rust SDK.
Can be imported into the rust store with #migrateBaseData.