Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-19 17:34:42 +02:00
commit bf0a8efd7e
97 changed files with 1537 additions and 507 deletions

View file

@ -444,6 +444,7 @@ sealed class AppRoute(val path: String) : Route {
data class SendEntryPoint(
val userWalletId: UserWalletId,
val currency: CryptoCurrency,
val shouldStartWithSwap: Boolean = false,
) : AppRoute(
path = "/send_entry_point/${userWalletId.stringValue}/${currency.id.value}?",
)