Updated on 2026-08-14
This commit is contained in:
parent
bfd371bc33
commit
c9e78f485d
10 changed files with 164 additions and 47 deletions
|
|
@ -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>?
|
||||
Loading…
Add table
Add a link
Reference in a new issue