Updated on 2026-08-14
This commit is contained in:
parent
804e4eca23
commit
fd018a73f9
21 changed files with 918 additions and 79 deletions
|
|
@ -38,4 +38,8 @@ sealed interface AccountStatus {
|
|||
fun flattenCurrencies(): List<CryptoCurrencyStatus> = when (this) {
|
||||
is CryptoPortfolio -> tokenList.flattenCurrencies()
|
||||
}
|
||||
|
||||
fun getCryptoTokenList(): TokenList = when (this) {
|
||||
is CryptoPortfolio -> tokenList
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue