Updated on 2026-08-14

This commit is contained in:
Tangem 2023-02-20 22:34:10 +03:00
parent 99244e87a6
commit 2f936ad2f3
4 changed files with 9 additions and 3 deletions

View file

@ -39,6 +39,8 @@ interface UserWalletManager {
@Throws(IllegalStateException::class)
suspend fun addToken(currency: Currency)
fun refreshWallet()
/**
* Returns wallet public address for token
*