diff options
Add ui note to background docs
Diffstat (limited to 'app/scripts/background.js')
-rw-r--r-- | app/scripts/background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/scripts/background.js b/app/scripts/background.js index 63b062076..36e942d80 100644 --- a/app/scripts/background.js +++ b/app/scripts/background.js @@ -87,7 +87,7 @@ setupMetamaskMeshMetrics() */ /** - * The data emitted from the MetaMaskController.store EventEmitter, also used to initialize the MetaMaskController. + * The data emitted from the MetaMaskController.store EventEmitter, also used to initialize the MetaMaskController. Available in UI on React state as state.metamask. * @typedef MetaMaskState * @property {boolean} isInitialized - Whether the first vault has been created. * @property {boolean} isUnlocked - Whether the vault is currently decrypted and accounts are available for selection. |