Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-02 19:10:13 +03:00
parent ad0c793b00
commit 7caeaf3a12
9 changed files with 78 additions and 22 deletions

View file

@ -1,5 +1,6 @@
package com.tangem.tap.proxy.redux
import com.tangem.blockchain.common.WalletManagerFactory
import com.tangem.datasource.connection.NetworkConnectionManager
import com.tangem.domain.appcurrency.repository.AppCurrencyRepository
import com.tangem.domain.apptheme.repository.AppThemeModeRepository
@ -57,6 +58,7 @@ data class DaggerGraphState(
val currenciesRepository: CurrenciesRepository? = null,
val derivationsRepository: DerivationsRepository? = null,
val testerFeatureToggles: TesterFeatureToggles? = null,
val blockchainWalletManagerFactory: WalletManagerFactory? = null,
) : StateType {
inline fun <reified T> get(getDependency: DaggerGraphState.() -> T?): T {