ClientSignServiceStore

class ClientSignServiceStore(olmCryptoStore: OlmCryptoStore, accountStore: AccountStore) : SignServiceStore

Constructors

Link copied to clipboard
constructor(olmCryptoStore: OlmCryptoStore, accountStore: AccountStore)

Functions

Link copied to clipboard
open suspend override fun getOlmAccount(): String
Link copied to clipboard
open suspend override fun getOlmPickleKey(): String?