Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-26 09:30:18 +03:00
parent b9e3753ae8
commit 847a430533
6 changed files with 42 additions and 51 deletions

View file

@ -15,6 +15,7 @@ import com.tangem.tap.network.exchangeServices.CurrencyExchangeManager
import org.rekotlin.StateType
data class GlobalState(
@Deprecated("Use scan response from selected user wallet")
val scanResponse: ScanResponse? = null,
val onboardingState: OnboardingState = OnboardingState(),
val cardVerifiedOnline: Boolean = false,