AlgoSigner Integration

I have been studying few articles from ALGORAND which was really helpful. However, while optin to the App, it selects the first wallet from my AlgoSigner wallet. How can I make it to select different address… since I have three addresses?

Hi Salman,

Selecting a different account is something that would be done by the dApp calling AlgoSigner, by changing the sender on the transaction that’s trying to be signed.
If you want a list of all the available accounts on the wallet, you could use the AlgoSigner.accounts() method.

Additionally, as the warning mentions, dApps should use the new AlgoSigner.signTxn() method instead of the old AlgoSigner.sign() one