Type Alias ParticipantKeyHandlerCallbacks
ParticipantKeyHandlerCallbacks: {
keyRatcheted: (
material: CryptoKey,
participantIdentity: string,
keyIndex?: number,
) => void;
}
Type declaration
keyRatcheted: (material: CryptoKey, participantIdentity: string, keyIndex?: number) => void