watchSignerStatus
Watches the signer status in the client store and triggers the provided callback function when the status changes.
Import
Usage
Parameters
config
AlchemyAccountsConfig
The configuration object containing the client store
Returns
(onChange: (status: SignerStatus) => void) => (() => void)
A function that accepts a callback to be called when the signer status changes which returns a function to unsubscribe from the store