Events
Last updated
Last updated
All providers implements the EventEmitter
API. This sections details the events emitted via that API. All the common Event
which may take place in the zkID Login
are listed as follow.
When the DID selected in the zkID Wallet is changed, this event will be emitted.
You can use provider.on
to catch this event. Here is an example of using our to listen to this event.
When the zkID Wallet is locked, this event will be emitted.
When the zkID Wallet is unlocked, this event will be emitted.
You can use provider.on
to catch this event. Here is an example of using our to listen to this event.
You can use provider.on
to catch this event. Here is an example of using our to listen to this event.