Developer Questions

Ask a Question
Back to All

Change account trouble

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)
      })