Package-level declarations

Types

Link copied to clipboard
actual class DriverFactory

Android SQLDelight driver factory for app-private SQLite wallet databases.

expect class DriverFactory

Platform factory for SQLDelight drivers used by the mobile wallet database.

actual class DriverFactory

iOS SQLDelight driver factory for native SQLite wallet databases.

Link copied to clipboard
class PlatformKeyStore(keyProvider: PlatformKeyProvider, queries: WalletPersistenceQueries) : WalletKeyStore

Wallet key store that persists key metadata in SQLDelight.

Link copied to clipboard
class SqlDelightCredentialStore(queries: WalletPersistenceQueries) : WalletCredentialStore

SQLDelight-backed implementation of WalletCredentialStore for mobile wallets.

Link copied to clipboard
class SqlDelightDidStore(queries: WalletPersistenceQueries) : WalletDidStore

SQLDelight-backed implementation of WalletDidStore for mobile wallets.