Developer Questions
Change account trouble
8 months ago by Max
After we do openSignRequest and change account how can i get new user address ?
const xumm = new Xumm(API_KEY);
await xumm.payload.create({
TransactionType: "SignIn",
})
.then(async payload => {
xumm.xapp.openSignRequest(await payload)
})