For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?