Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-10 12:10:53 +04:00
parent bfd371bc33
commit c9e78f485d
10 changed files with 164 additions and 47 deletions

View file

@ -8,7 +8,7 @@ import com.tangem.domain.tokens.model.QuoteStatus
*
[REDACTED_AUTHOR]
*/
interface QuotesRepositoryV2 {
interface QuotesRepository {
/** Get quotes by [currenciesIds] synchronously or null */
suspend fun getMultiQuoteSyncOrNull(currenciesIds: Set<CryptoCurrency.RawID>): Set<QuoteStatus>?