Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-20 20:57:21 +03:00
parent a08145498c
commit 27570efa93
4 changed files with 14 additions and 1 deletions

View file

@ -10,6 +10,7 @@ class GetManagedTokensUseCase(
operator fun invoke(
context: ManageTokensListBatchingContext,
// only for onboarding case, change carefully and check repository implementation
loadUserTokensFromRemote: Boolean,
batchSize: Int = 40,
): ManageTokensListBatchFlow {