Type Alias KeyProviderCallbacks
KeyProviderCallbacks: { keyRatcheted: (material: CryptoKey, keyIndex?: number) => void; ratchetRequest: (participantIdentity?: string, keyIndex?: number) => void; setKey: (keyInfo: KeyInfo) => void;} Type declaration
keyRatcheted: (material: CryptoKey, keyIndex?: number) => void
ratchetRequest: (participantIdentity?: string, keyIndex?: number) => void
setKey: (keyInfo: KeyInfo) => void