Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-15 15:18:28 +03:00
parent bfdac6a9a8
commit 47fe92dc94
7 changed files with 61 additions and 12 deletions

View file

@ -11,7 +11,7 @@ internal class MockTokensRepository : TokensRepository {
override suspend fun sortTokens(
userWalletId: UserWalletId,
sortedTokensIds: Set<Token.ID>,
sortedTokens: Set<Token>,
isGrouped: Boolean,
isSortedByBalance: Boolean,
) = Unit