Type alias VerifierEventHandlerMap
VerifierEventHandlerMap: {
cancel: ((e) => void);
show_reciprocate_qr: ((qr) => void);
show_sas: ((sas) => void);
}
Type declaration
cancel: ((e) => void)
show_reciprocate_qr: ((qr) => void)
show_sas: ((sas) => void)
Listener type map for VerifierEvents.