Updated on 2026-08-14
This commit is contained in:
parent
e7ebbb931e
commit
507b608807
12 changed files with 152 additions and 37 deletions
|
|
@ -1,9 +1,9 @@
|
|||
package com.tangem.domain.wallets.repository
|
||||
|
||||
import arrow.core.Either
|
||||
import com.tangem.domain.wallets.models.SeedPhraseNotificationsStatus
|
||||
import com.tangem.domain.models.wallet.UserWallet
|
||||
import com.tangem.domain.models.wallet.UserWalletId
|
||||
import com.tangem.domain.wallets.models.SeedPhraseNotificationsStatus
|
||||
import com.tangem.domain.wallets.models.UserWalletRemoteInfo
|
||||
import com.tangem.domain.wallets.models.errors.ActivatePromoCodeError
|
||||
import kotlinx.coroutines.flow.Flow
|
||||
|
|
@ -45,6 +45,8 @@ interface WalletsRepository {
|
|||
|
||||
suspend fun markWallet2WasCreated(userWalletId: UserWalletId)
|
||||
|
||||
suspend fun createWallet(userWalletId: UserWalletId)
|
||||
|
||||
fun nftEnabledStatus(userWalletId: UserWalletId): Flow<Boolean>
|
||||
|
||||
fun nftEnabledStatuses(): Flow<Map<UserWalletId, Boolean>>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue