Updated on 2026-08-14
This commit is contained in:
parent
6badbf18b5
commit
70aa023245
12 changed files with 270 additions and 184 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue