Updated on 2026-08-14
This commit is contained in:
parent
afb2536da1
commit
423e125974
18 changed files with 28 additions and 396 deletions
|
|
@ -1,6 +0,0 @@
|
|||
package com.tangem.domain.wallets.legacy
|
||||
|
||||
interface UserWalletsListManagerFeatureToggles {
|
||||
|
||||
val isGeneralManagerEnabled: Boolean
|
||||
}
|
||||
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue