Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-17 12:32:52 +01:00
commit e8ccd67098
295 changed files with 4414 additions and 2971 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?