Events
zkID_Wallet_didLoggedChanged(did_changed)
Usage
Example
provider.on('did_changed', (did) => {
// Handle the new did when wallet selected did changed
// `did` is an Object of `DidInfo`
})zkID_Wallet_lock(lock)
Usage
Example
zkID_Wallet_unlock(unlock)
Usage
Example
Last updated