Updated on 2026-08-14
This commit is contained in:
parent
9e535d8240
commit
28d4948668
2 changed files with 32 additions and 35 deletions
|
|
@ -37,7 +37,7 @@ interface UserWalletManager {
|
|||
* @param currency to add to wallet
|
||||
*/
|
||||
@Throws(IllegalStateException::class)
|
||||
fun addToken(currency: Currency)
|
||||
suspend fun addToken(currency: Currency)
|
||||
|
||||
/**
|
||||
* Returns wallet public address for token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue