Updated on 2026-08-14
This commit is contained in:
parent
881a26b3ab
commit
ce6351f209
11 changed files with 77 additions and 40 deletions
|
|
@ -1,7 +1,7 @@
|
|||
package com.tangem.tap.common.redux
|
||||
|
||||
import com.tangem.common.extensions.VoidCallback
|
||||
import com.tangem.tap.features.wallet.redux.AddressData
|
||||
import com.tangem.tap.features.wallet.redux.Currency
|
||||
|
||||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
|
|
@ -11,8 +11,7 @@ interface StateDialog
|
|||
sealed class AppDialog : StateDialog {
|
||||
object ScanFailsDialog : AppDialog()
|
||||
data class AddressInfoDialog(
|
||||
val currency: Currency,
|
||||
val addressData: AddressData,
|
||||
val onCopyAddress: VoidCallback,
|
||||
val onShareAddress: VoidCallback
|
||||
) : AppDialog()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue