Updated on 2026-08-14

This commit is contained in:
Tangem 2025-11-19 09:28:57 +03:00
parent 6638da98f1
commit 4574975639
11 changed files with 130 additions and 22 deletions

View file

@ -15,6 +15,7 @@ interface UserWalletsFetcher {
messageSender: UiMessageSender,
onlyMultiCurrency: Boolean,
isAuthMode: Boolean,
isClickableIfLocked: Boolean,
onWalletClick: (UserWalletId) -> Unit,
): UserWalletsFetcher
}