Updated on 2026-08-14
This commit is contained in:
parent
9da0305538
commit
551b2bb897
5 changed files with 562 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package com.tangem.domain.features.addCustomToken.redux
|
||||
|
||||
import com.tangem.blockchain.common.Blockchain
|
||||
import com.tangem.blockchain.common.DerivationStyle
|
||||
import com.tangem.datasource.api.tangemTech.models.CoinsResponse
|
||||
import com.tangem.domain.AddCustomTokenError
|
||||
import com.tangem.domain.DomainWrapped
|
||||
|
|
@ -20,9 +19,7 @@ sealed class AddCustomTokenAction : Action {
|
|||
data class SetOnAddTokenCallback(val callback: (CustomCurrency) -> Unit) : AddCustomTokenAction()
|
||||
}
|
||||
|
||||
object OnCreate : AddCustomTokenAction() {
|
||||
data class SetDerivationStyle(val derivationStyle: DerivationStyle?) : AddCustomTokenAction()
|
||||
}
|
||||
object OnCreate : AddCustomTokenAction()
|
||||
|
||||
object OnDestroy : AddCustomTokenAction()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue