Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-29 10:59:52 +03:00
parent 334eb75395
commit c67fd1801c
11 changed files with 62 additions and 21 deletions

View file

@ -325,6 +325,7 @@ sealed class AppRoute(val path: String) : Route {
) : AppRoute(path = "/swap_crypto/${userWalletId.stringValue}")
// Onboarding V2
@Serializable
data class Onboarding(
val scanResponse: ScanResponse,
val startFromBackup: Boolean,