You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A method for emitting the full MetaMask state to all registered listeners.
7772
+
* A method for emitting either the full MetaMask state or pending patches to all registered listeners of the 'update' event.
7773
+
* This method can be used to force UI updates in response to background actions or events e.g. state updates.
7773
7774
*
7774
-
* @private
7775
+
* @param sendFullState - If set to true, the full MetaMask state is sent. If set to false, only pending patches are sent.
7776
+
* @see {@link {import('../../ui/store/actions.ts').forceUpdateMetamaskState}} also force-syncs UI state with background state, but in response to UI events or user actions.
0 commit comments