Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-23 20:01:45 +04:00
parent 3a14b92fd8
commit 69b21bf5ef
20 changed files with 457 additions and 259 deletions

View file

@ -8,6 +8,7 @@ interface AddCustomTokenComponent : ComposableBottomSheetComponent {
data class Params(
val userWalletId: UserWalletId,
val source: ManageTokensSource,
val onDismiss: () -> Unit,
val onCurrencyAdded: () -> Unit,
)