Updated on 2026-08-14
This commit is contained in:
parent
1edf995ab0
commit
2dadb60975
26 changed files with 1110 additions and 48 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package com.tangem.domain.common.wallets
|
||||
|
||||
import com.tangem.domain.models.wallet.UserWalletId
|
||||
|
||||
/** Removes per-wallet data owned by a feature when its wallets are deleted. */
|
||||
interface UserWalletDataCleaner {
|
||||
|
||||
suspend fun clear(userWalletIds: List<UserWalletId>)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue