Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-12 16:26:33 +03:00
parent 8261e72fec
commit 361ac9508b
21 changed files with 210 additions and 82 deletions

View file

@ -34,7 +34,7 @@ interface UserWalletManager {
/**
* Returns wallet public address for token
*
* @param currency for which find address
* @param networkId for currency
*/
fun getWalletAddress(currency: Currency): String
fun getWalletAddress(networkId: String): String
}