Updated on 2026-08-14
This commit is contained in:
parent
55641cab14
commit
cd34a586bb
16 changed files with 496 additions and 22 deletions
|
|
@ -1,8 +1,9 @@
|
|||
package com.tangem.feature.wallet.presentation.wallet.viewmodels
|
||||
|
||||
import com.tangem.core.ui.components.transactions.intents.TxHistoryClickIntents
|
||||
import com.tangem.domain.tokens.models.CryptoCurrency
|
||||
|
||||
internal interface WalletClickIntents {
|
||||
internal interface WalletClickIntents : TxHistoryClickIntents {
|
||||
|
||||
fun onBackClick()
|
||||
|
||||
|
|
@ -28,12 +29,6 @@ internal interface WalletClickIntents {
|
|||
|
||||
fun onOrganizeTokensClick()
|
||||
|
||||
fun onBuyClick()
|
||||
|
||||
fun onReloadClick()
|
||||
|
||||
fun onExploreClick()
|
||||
|
||||
fun onUnlockWalletClick()
|
||||
|
||||
fun onUnlockWalletNotificationClick()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue