Skip to content

Feature Request: Provide built-in notifications for account state changes #220

@glazing-town

Description

@glazing-town

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions