Updated on 2026-08-14
This commit is contained in:
parent
61f2412cb5
commit
e3ec61bc4b
11 changed files with 509 additions and 8 deletions
|
|
@ -15,6 +15,8 @@ interface UserWalletsStore {
|
|||
|
||||
val userWallets: Flow<List<UserWallet>>
|
||||
|
||||
val userWalletsSync: List<UserWallet>
|
||||
|
||||
fun getSyncOrNull(key: UserWalletId): UserWallet?
|
||||
|
||||
fun getSyncStrict(key: UserWalletId): UserWallet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue