scanQr()
Scan a QR code
Syntax
xumm.xapp.scanQr()
xumm.xapp.on('qr', data => {
console.log('QR', data)
})Response
Returns an event: qr. Use on(xAppEvent, fn) to subscribe to the return data.
Last updated
Was this helpful?
Scan a QR code
xumm.xapp.scanQr()
xumm.xapp.on('qr', data => {
console.log('QR', data)
})Returns an event: qr. Use on(xAppEvent, fn) to subscribe to the return data.
Last updated
Was this helpful?