Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-22 11:19:30 +04:00
parent e40706d5c6
commit 603f522cf9
471 changed files with 556 additions and 502 deletions

View file

@ -13,7 +13,7 @@ dependencies {
implementation(deps.androidx.fragment.ktx)
/** Project - Domain */
implementation(projects.domain.wallets.models)
implementation(projects.domain.models)
/** Core */
implementation(projects.core.ui)

View file

@ -1,6 +1,6 @@
package com.tangem.features.wallet.deeplink
import com.tangem.domain.wallets.models.UserWalletId
import com.tangem.domain.models.wallet.UserWalletId
import kotlinx.coroutines.flow.Flow
interface WalletDeepLinkActionTrigger {

View file

@ -2,7 +2,7 @@ package com.tangem.features.wallet.utils
import com.tangem.common.ui.userwallet.state.UserWalletItemUM
import com.tangem.core.decompose.ui.UiMessageSender
import com.tangem.domain.wallets.models.UserWalletId
import com.tangem.domain.models.wallet.UserWalletId
import kotlinx.collections.immutable.ImmutableList
import kotlinx.coroutines.flow.Flow