Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-23 13:39:33 +05:00
parent a3a18854c8
commit 92794cb2f6
14 changed files with 35 additions and 13 deletions

View file

@ -283,6 +283,7 @@ sealed class AppRoute(val path: String) : Route {
@Serializable
data class NFT(
val userWalletId: UserWalletId,
val walletName: String,
) : AppRoute(path = "/nft/${userWalletId.stringValue}")
@Serializable