Updated on 2026-08-14
This commit is contained in:
parent
081128f2cf
commit
63b07cccc3
53 changed files with 614 additions and 464 deletions
|
|
@ -231,7 +231,8 @@ sealed class AppRoute(val path: String) : Route {
|
|||
@Serializable
|
||||
data class WalletBackup(
|
||||
val userWalletId: UserWalletId,
|
||||
) : AppRoute(path = "/wallet_backup/${userWalletId.stringValue}")
|
||||
val isColdWalletOptionShown: Boolean,
|
||||
) : AppRoute(path = "/wallet_backup/${userWalletId.stringValue}/$isColdWalletOptionShown")
|
||||
|
||||
@Serializable
|
||||
data class WalletHardwareBackup(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue