Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-03 18:17:11 +04:00
parent fbc15cbb8c
commit 563d0834c4
19 changed files with 99 additions and 1025 deletions

View file

@ -7,11 +7,11 @@ import kotlinx.serialization.Serializable
/**
* Temporary wrapper over ID to support a gradual migration between two modes:
*
* - [Wallet] legacy flow, wallet design; used when the [AccountsFeatureToggles] is disabled.
* - [Account] new flow, wallet/account design; used when the [AccountsFeatureToggles] is enabled.
* - [Wallet] legacy flow, wallet design.
* - [Account] new flow, wallet/account design.
*
* When an [Account] you must verify the current app mode with [IsAccountsModeEnabledUseCase]
* and then use wallet/account design
* When using an [Account], you must verify the current app mode with [IsAccountsModeEnabledUseCase],
* then use the wallet/account design.
*
* Intended to be removed after the full migration to the new mode.
*/