Updated on 2026-08-14
This commit is contained in:
parent
587d2ef332
commit
9cc58e92b5
2 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ import retrofit2.http.*
|
|||
*
|
||||
[REDACTED_AUTHOR]
|
||||
*/
|
||||
@Suppress("TooManyFunctions")
|
||||
interface TangemTechApi {
|
||||
|
||||
@GET("coins")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue