Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-07 20:47:47 +08:00
parent 9cac096ce2
commit 65d9b4818b
20 changed files with 769 additions and 200 deletions

View file

@ -8,7 +8,8 @@ import com.tangem.domain.wallets.models.GetSelectedWalletError
import com.tangem.domain.wallets.models.UserWallet
/**
* Use case for getting selected wallet
* Use case for getting selected wallet.
* Important! If all wallets is locked, use case returns a error.
*
* @property walletsStateHolder state holder for getting static initialized 'userWalletsListManager'
*