WalletBridgeDidStore

Swift-facing DID document store override.

Functions

Link copied to clipboard
abstract suspend fun addDid(entry: WalletBridgeStoredDid)

Adds or replaces a DID document entry.

Link copied to clipboard
abstract suspend fun getDid(did: String): WalletBridgeStoredDid?

Returns a stored DID document by DID string.

Link copied to clipboard
abstract suspend fun listDids(): List<WalletBridgeStoredDid>

Lists all DID documents in this store.

Link copied to clipboard
abstract suspend fun removeDid(did: String): Boolean

Removes a DID document by DID string.