Updated on 2026-08-14
This commit is contained in:
parent
3f5f3ef68b
commit
d1a09370c7
39 changed files with 317 additions and 301 deletions
|
|
@ -5,5 +5,7 @@ import com.tangem.domain.wallets.models.UserWalletId
|
|||
|
||||
interface UserWalletsStore {
|
||||
|
||||
val selectedUserWalletOrNull: UserWallet?
|
||||
|
||||
suspend fun getSyncOrNull(key: UserWalletId): UserWallet?
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue