Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-06 12:16:42 +04:00
parent 898edd2b16
commit 5516e706aa
10 changed files with 45 additions and 21 deletions

View file

@ -9,4 +9,6 @@ interface WalletsRepository {
fun shouldSaveUserWallets(): Flow<Boolean>
suspend fun saveShouldSaveUserWallets(item: Boolean)
suspend fun setHasWalletsWithRing()
}