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