Type alias VerifierEventHandlerMap

VerifierEventHandlerMap: {
    cancel: ((e) => void);
    show_reciprocate_qr: ((qr) => void);
    show_sas: ((sas) => void);
}

Listener type map for VerifierEvents.

Type declaration

  • cancel: ((e) => void)
  • show_reciprocate_qr: ((qr) => void)
  • show_sas: ((sas) => void)

Generated using TypeDoc