Updated on 2026-08-14
This commit is contained in:
parent
9db2ebaef4
commit
8e9417d04c
22 changed files with 360 additions and 39 deletions
|
|
@ -2,12 +2,14 @@ package com.tangem.features.virtualaccount.details.component
|
|||
|
||||
import com.tangem.core.decompose.factory.ComponentFactory
|
||||
import com.tangem.core.ui.decompose.ComposableContentComponent
|
||||
import com.tangem.domain.models.account.VirtualAccountOnramp
|
||||
import com.tangem.domain.models.wallet.UserWalletId
|
||||
|
||||
interface VirtualAccountMainComponent : ComposableContentComponent {
|
||||
|
||||
data class Params(
|
||||
val userWalletId: UserWalletId,
|
||||
val virtualAccountOnramp: VirtualAccountOnramp.Available,
|
||||
)
|
||||
|
||||
interface Factory : ComponentFactory<Params, VirtualAccountMainComponent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue