aeternity / AEXs

Aeternity expansions repository — application layer standards
10 stars 25 forks source link

AEX-2: Add explicit way to subscribe to the current account #51

Closed davidyuk closed 5 years ago

davidyuk commented 5 years ago

Looks like that currently it implemented implicitly by using of JSON-RPC in an unusual way: aepp sends aepp.get.address notification, wallet should send wallet.update.address notification in reply (#46). We can make it more explicitly and clear by:

davidyuk commented 5 years ago

Solved in #57