Closed davidyuk closed 5 years ago
wallet.update.address
method provides a list of connected
accounts. How aepp can use these connected accounts? Is it necessary to have it in standard?
wallet.update.address
method provides a list ofconnected
accounts. How aepp can use these connected accounts?
every connected wallet will return this list. this means that wallet does not hold the keys to these accounts but is connected to the wallet that does. this connection can either be 1-1 or via another wallet that it can forward sign request through. getting signature for any of the connected account will be same as for current account and wallet will internally handle the request forwarding.
Is it necessary to have it in standard?
yes. esp for aex-5 as we would not like to update aex-2 again when aex-5 is enabled.
So the main idea is to allow AEPP to use all Wallet available accounts(Can prepare transaction not only for current Wallet account)?
@nduchak yes.
Ok, this one resolved. I got stuck on this probably because of current Base app architecture.
Please expand on the topic.