Updated on 2026-08-14
This commit is contained in:
parent
45cf551d3f
commit
9ebfdb5b31
23 changed files with 379 additions and 89 deletions
|
|
@ -286,4 +286,13 @@ sealed class AppRoute(val path: String) : Route {
|
|||
val nftAsset: NFTAsset,
|
||||
val nftCollectionName: String,
|
||||
) : AppRoute(path = "/send/nft/${userWalletId.stringValue}/$nftCollectionName/${nftAsset.id}")
|
||||
|
||||
@Serializable
|
||||
object CreateWalletSelection : AppRoute(path = "/create_wallet_selection")
|
||||
|
||||
@Serializable
|
||||
object CreateMobileWallet : AppRoute(path = "/create_mobile_wallet")
|
||||
|
||||
@Serializable
|
||||
object AddExistingWallet : AppRoute(path = "/add_existing_wallet")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue