Concordium / concordium-dapp-libraries

A coherent set of building blocks for making it as easy as possible for developers to build web-based dApps.
Apache License 2.0
7 stars 5 forks source link

wallet-connectors: Add account to 'onConnected' #19

Closed bisgardo closed 1 year ago

bisgardo commented 1 year ago

The account is usually (as in all current instances) known at the time that the connection has been established. Instead of the application having to poll it (asynchronously) from the connection, we might as well pass it up front.