Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-18 15:59:22 +05:00
parent 5de3e403f0
commit fb2f23c8a9
35 changed files with 674 additions and 191 deletions

View file

@ -32,6 +32,8 @@ interface WalletsRepository {
fun nftEnabledStatus(userWalletId: UserWalletId): Flow<Boolean>
fun nftEnabledStatuses(): Flow<Map<UserWalletId, Boolean>>
suspend fun enableNFT(userWalletId: UserWalletId)
suspend fun disableNFT(userWalletId: UserWalletId)