Is your feature request related to a problem? Please describe.
Apps built with the Base Account SDK often need to know when account data changes, such as when balances update or an account finishes initializing. Right now, developers usually have to re-fetch data or add their own polling to detect these changes.
Problem Description
Because there are no clear signals for account updates, applications may end up making extra requests or maintaining custom logic just to stay in sync. This adds complexity and makes it easier for account state to become stale.
Describe the solution you'd like
Add optional hooks or event-style APIs that notify consumers when account state changes, such as balance updates or initialization completion. The feature should be lightweight, additive, and consistent with existing SDK behavior.