Updated on 2026-08-14

This commit is contained in:
Tangem 2024-05-16 16:04:24 +03:00
parent 587d2ef332
commit 9cc58e92b5
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ import retrofit2.http.*
*
[REDACTED_AUTHOR]
*/
@Suppress("TooManyFunctions")
interface TangemTechApi {
@GET("coins")

View file

@ -4,6 +4,7 @@ import com.tangem.domain.wallets.legacy.UserWalletsListManager
import com.tangem.domain.wallets.models.UserWallet
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.firstOrNull
/**
* Use case for getting list of user wallets
*