Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-17 12:02:09 +05:00
parent 9bcf93922c
commit 4197574fca
10 changed files with 466 additions and 18 deletions

View file

@ -359,6 +359,11 @@ sealed class AppRoute(val path: String) : Route {
val userWalletId: UserWalletId,
) : AppRoute(path = "/view_seed_phrase/${userWalletId.stringValue}")
@Serializable
data class ForgetWallet(
val userWalletId: UserWalletId,
) : AppRoute(path = "/forget_wallet/${userWalletId.stringValue}")
@Serializable
data class SendEntryPoint(
val userWalletId: UserWalletId,