- Preparing search index...
- The search index is not available
matrix-js-sdk
Interface ICacheCallbacks
Methods
Optional
getCrossSigningKeyCache
- getCrossSigningKeyCache(type, expectedPublicKey?): Promise<null | Uint8Array>
-
Parameters
-
type: string
-
Optional
expectedPublicKey: string
Optional
storeCrossSigningKeyCache
- storeCrossSigningKeyCache(type, key?): Promise<void>
-