Updated on 2026-08-14

This commit is contained in:
Tangem 2023-11-21 13:15:39 +04:00
parent 975e404db7
commit 2657cf5b4c
50 changed files with 6 additions and 2590 deletions

View file

@ -31,15 +31,6 @@ interface UserWalletManager {
@Throws(IllegalStateException::class)
suspend fun isTokenAdded(currency: Currency, derivationPath: String?): Boolean
/**
* Adds token to wallet if its not
*
* @param currency to add to wallet
* @param derivationPath if null uses default
*/
@Throws(IllegalStateException::class)
suspend fun addToken(currency: Currency, derivationPath: String?)
suspend fun hideAllTokens()
/**