Updated on 2026-08-14
This commit is contained in:
commit
76393d2fae
13 changed files with 90 additions and 13 deletions
|
|
@ -9,6 +9,8 @@ interface UserWalletsStore {
|
|||
|
||||
suspend fun getSyncOrNull(key: UserWalletId): UserWallet?
|
||||
|
||||
suspend fun getAllSyncOrNull(): List<UserWallet>?
|
||||
|
||||
@Throws
|
||||
suspend fun update(userWalletId: UserWalletId, update: suspend (UserWallet) -> UserWallet)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue