Options
All
  • Public
  • Public/Protected
  • All
Menu

The base dataset that is important to migrate to the Rust SDK.

Can be imported into the rust store with {@link #migrateBaseData}.

Hierarchy

  • BaseMigrationData

Index

Constructors

  • Create a new BaseMigrationData with default values.

    Returns BaseMigrationData

Properties

backupRecoveryKey?: string

The backup recovery key, as a base64-encoded string.

backupVersion?: string

The backup version that is currently active.

deviceId?: DeviceId

The device ID of the account owner.

pickledAccount: string

The pickle string holding the Olm Account, as returned by olm_pickle_account in libolm.

privateCrossSigningMasterKey?: string

The private, base64-encoded, master cross-signing key.

privateCrossSigningSelfSigningKey?: string

The private, base64-encoded, self-signing key.

privateCrossSigningUserSigningKey?: string

The private, base64-encoded, user-signing key.

userId?: UserId

The user id of the account owner.

Methods

  • free(): void
  • Returns void

Generated using TypeDoc