Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-07 18:43:13 +00:00
parent 0ed70b7333
commit 8d16f06c08
16 changed files with 142 additions and 55 deletions

View file

@ -20,6 +20,7 @@ data class UserWallet(
val artworkUrl: String,
val cardsInWallet: Set<String>,
val isMultiCurrency: Boolean,
val hasBackupError: Boolean,
val scanResponse: ScanResponse, // TODO: Replace with [com.tangem.domain.models.scan.CardDTO]
) {