Updated on 2026-08-14
This commit is contained in:
parent
3bbdbbb5a3
commit
de6683b57a
11 changed files with 94 additions and 55 deletions
|
|
@ -6,7 +6,7 @@ import kotlinx.coroutines.flow.Flow
|
|||
|
||||
internal typealias WcSessionCollection = Set<WcSessionDTO>
|
||||
|
||||
class DefaultWalletConnectStore(
|
||||
internal class DefaultWalletConnectStore(
|
||||
private val persistenceStore: DataStore<WcSessionCollection>,
|
||||
) : WalletConnectStore {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue