Updated on 2026-08-14

This commit is contained in:
Tangem 2026-01-27 21:52:32 +07:00
parent a54b701503
commit 30b52bc194
5 changed files with 14 additions and 6 deletions

View file

@ -40,6 +40,10 @@ internal class DefaultAccountsExpandedRepository(
}
}
override suspend fun clearStore() {
store.updateData { emptyMap() }
}
override suspend fun update(accountState: AccountExpandedState) {
store.updateData { map ->
val walletId = accountState.accountId.userWalletId