watchBundlerClient
Watches for changes to the bundler client within the given configuration and triggers a callback when changes occur.
Import
Usage
Parameters
config
AlchemyAccountsConfig
The configuration object containing the core store
Returns
(onChange: (bundlerClient: ClientWithAlchemyMethods) => void) => (() => void)
A function accepting a callback function to invoke when the bundler client changes and returns a function to unsubscribe from the store