selectDestination({ … })
Open the Destination Picker: select/find/scan (QR) an XRPL destination account by r-address, slug or PayString
Parameters
{ ignoreDestinationTag: boolean }Syntax
xumm.xapp.selectDestination({ ignoreDestinationTag: false })
xumm.xapp.on('destination', data => {
console.log('Destination', data.destination)
})Response
Last updated
Was this helpful?