Updated on 2026-08-14
This commit is contained in:
parent
db358d8014
commit
f1eb31f5f4
8 changed files with 142 additions and 4 deletions
|
|
@ -299,6 +299,13 @@ sealed class AppRoute(val path: String) : Route {
|
|||
override fun getBundle(): Bundle = bundle(serializer())
|
||||
}
|
||||
|
||||
@Serializable
|
||||
data class OnrampSuccess(
|
||||
val txId: String,
|
||||
) : AppRoute(path = "/onramp/success/$txId"), RouteBundleParams {
|
||||
override fun getBundle(): Bundle = bundle(serializer())
|
||||
}
|
||||
|
||||
@Serializable
|
||||
data class BuyCrypto(
|
||||
val userWalletId: UserWalletId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue