Updated on 2026-08-14
This commit is contained in:
parent
0ed70b7333
commit
8d16f06c08
16 changed files with 142 additions and 55 deletions
|
|
@ -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]
|
||||
) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue