Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-06 16:48:02 +08:00
parent afb2536da1
commit 423e125974
18 changed files with 28 additions and 396 deletions

View file

@ -1,6 +0,0 @@
package com.tangem.domain.wallets.legacy
interface UserWalletsListManagerFeatureToggles {
val isGeneralManagerEnabled: Boolean
}

View file

@ -2,6 +2,8 @@ package com.tangem.domain.wallets.legacy
import kotlinx.coroutines.flow.Flow
// TODO: will be remove in this task [REDACTED_JIRA]
@Deprecated(message = "Provide UserWalletsListManager using DI", level = DeprecationLevel.WARNING)
interface WalletsStateHolder {
val userWalletsListManager: UserWalletsListManager?