Updated on 2026-08-14
This commit is contained in:
parent
59b02e2e7a
commit
485430f6f4
20 changed files with 259 additions and 45 deletions
|
|
@ -126,6 +126,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
data class ChooseManagedTokens(
|
||||
val userWalletId: UserWalletId,
|
||||
val initialCurrency: CryptoCurrency,
|
||||
val selectedCurrency: CryptoCurrency?,
|
||||
val source: Source,
|
||||
) : AppRoute(path = "/$source/choose_managed_tokens/$userWalletId/${initialCurrency.id.value}") {
|
||||
enum class Source {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue