watchAccount
Defined in: account-kit/core/src/actions/watchAccount.ts:24
Watches for changes to a specific type of account and triggers the provided callback function when changes occur.
Example
Type Parameters
Parameters
Returns
A function that accepts a callback to be called when the account changes and returns a function to unsubscribe from the store
Parameters
Returns
any