Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-08 12:32:41 +05:00
parent dfaf4e4e77
commit ce4df5bee6
18 changed files with 417 additions and 8 deletions

View file

@ -297,6 +297,11 @@ sealed class AppRoute(val path: String) : Route {
val collectionName: String,
) : AppRoute(path = "/nft_details/${userWalletId.stringValue}/${nftAsset.collectionId}/${nftAsset.id.stringValue}")
@Serializable
data class NFTAssetTraits(
val nftAsset: NFTAsset,
) : AppRoute(path = "/nft_traits/${nftAsset.collectionId}/${nftAsset.id.stringValue}")
@Serializable
data class NFTSend(
val userWalletId: UserWalletId,