Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-07 14:44:58 +03:00
parent 88dbdbc7f6
commit a10c1a8505
24 changed files with 132 additions and 1215 deletions

View file

@ -1,12 +0,0 @@
package com.tangem.lib.crypto
import com.tangem.lib.crypto.models.Currency
@Deprecated(message = "Use DerivePublicKeysUseCase instead")
interface DerivationManager {
/**
* Makes derivation for [Currency] if it is missing and adds token to wallet
*/
suspend fun deriveAndAddTokens(currency: Currency): String
}