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:
apply proposal from #46
add methods for subscribing/unsibscribing to account changes on aepp side
add a notification for pushing a new account value on wallet side, that should be called only of aepp subscribed
Looks like that currently it implemented implicitly by using of JSON-RPC in an unusual way: aepp sends
aepp.get.address
notification, wallet should sendwallet.update.address
notification in reply (#46). We can make it more explicitly and clear by: