Updated on 2026-08-14
This commit is contained in:
parent
2471b9c1a8
commit
941863f79b
18 changed files with 334 additions and 43 deletions
|
|
@ -369,5 +369,5 @@ sealed class AppRoute(val path: String) : Route {
|
|||
) : AppRoute(path = "/archived_account/${userWalletId.stringValue}")
|
||||
|
||||
@Serializable
|
||||
data object TangemPayDetails : AppRoute(path = "/tangem_pay_details")
|
||||
data class TangemPayDetails(val userWalletId: UserWalletId) : AppRoute(path = "/tangem_pay_details")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue