Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-16 13:46:34 +04:00
parent 6badbf18b5
commit 70aa023245
12 changed files with 270 additions and 184 deletions

View file

@ -8,7 +8,7 @@ import com.tangem.domain.models.tokenlist.TokenList
sealed interface TokenConverterParams {
/** Wallet mode; list of tokens for main account */
data class Wallet(
val mainAccount: AccountStatus,
val mainAccount: AccountStatus.CryptoPortfolio,
val tokenList: TokenList,
) : TokenConverterParams