Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-31 15:44:31 +03:00
parent 1ee9fa0b45
commit 86139d5f45
11 changed files with 202 additions and 2 deletions

View file

@ -40,6 +40,8 @@ interface UserWalletManager {
@Throws(IllegalStateException::class)
suspend fun addToken(currency: Currency, derivationPath: String?)
suspend fun hideAllTokens()
fun refreshWallet()
/**