ImportResult

data class ImportResult(val groupId: String, val bundleId: String)

Lightweight result from BackupFileTransferService.importFrom.

Separate from BackupInfo (which is a full Flutter-facing DTO with displayName, walletType, credentialType, timestamps) because an import only has the raw file — we can extract groupId and bundleId but not the rest of the metadata.

Constructors

Link copied to clipboard
constructor(groupId: String, bundleId: String)

Properties

Link copied to clipboard
Link copied to clipboard