Updated on 2026-08-14
This commit is contained in:
parent
8261e72fec
commit
361ac9508b
21 changed files with 210 additions and 82 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue