Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-20 21:14:45 +07:00
parent c6578fcad5
commit 6e642be3ca
19 changed files with 478 additions and 50 deletions

View file

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