Updated on 2026-08-14
This commit is contained in:
parent
0571d8bb80
commit
de06df374d
4 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ import com.tangem.common.extensions.calculateSha256
|
|||
import com.tangem.tangem_sdk_new.extensions.init
|
||||
import com.tangem.tap.common.analytics.AnalyticsEvent
|
||||
import com.tangem.tap.common.analytics.AnalyticsHandler
|
||||
import com.tangem.tap.domain.extensions.getDefaultWalletIndex
|
||||
import com.tangem.tap.domain.tasks.CreateWalletAndRescanTask
|
||||
import com.tangem.tap.domain.tasks.ScanNoteResponse
|
||||
import com.tangem.tap.domain.tasks.ScanNoteTask
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ import com.tangem.commands.wallet.CreateWalletResponse
|
|||
import com.tangem.commands.wallet.PurgeWalletCommand
|
||||
import com.tangem.common.CompletionResult
|
||||
import com.tangem.common.TangemSdkConstants
|
||||
import com.tangem.tap.domain.extensions.getDefaultWalletIndex
|
||||
import com.tangem.tap.domain.extensions.getSingleWallet
|
||||
import com.tangem.tasks.CreateWalletTask
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ import com.tangem.commands.wallet.PurgeWalletCommand
|
|||
import com.tangem.common.CompletionResult
|
||||
import com.tangem.common.TangemSdkConstants
|
||||
import com.tangem.common.extensions.hexToBytes
|
||||
import com.tangem.tap.domain.extensions.getDefaultWalletIndex
|
||||
import com.tangem.tap.domain.extensions.getSingleWallet
|
||||
import com.tangem.tasks.CreateWalletTask
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ import com.tangem.common.TangemSdkConstants
|
|||
import com.tangem.common.extensions.calculateSha256
|
||||
import com.tangem.common.extensions.guard
|
||||
import com.tangem.common.files.FileHashHelper
|
||||
import com.tangem.tap.domain.extensions.getDefaultWalletIndex
|
||||
|
||||
class WriteProtectedIssuerDataTask(
|
||||
private val twinPublicKey: ByteArray, private val issuerKeys: KeyPair
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue