|
|
|
@ -120,7 +120,7 @@ setupMetamaskMeshMetrics() |
|
|
|
|
* @property {TransactionMeta[]} selectedAddressTxList - An array of transactions associated with the currently selected account. |
|
|
|
|
* @property {Object} unapprovedMsgs - An object of messages associated with the currently selected account, mapping a unique ID to the options. |
|
|
|
|
* @property {number} unapprovedMsgCount - The number of messages in unapprovedMsgs. |
|
|
|
|
* * @property {Object} unapprovedPersonalMsgs - An object of messages associated with the currently selected account, mapping a unique ID to the options. |
|
|
|
|
* @property {Object} unapprovedPersonalMsgs - An object of messages associated with the currently selected account, mapping a unique ID to the options. |
|
|
|
|
* @property {number} unapprovedPersonalMsgCount - The number of messages in unapprovedPersonalMsgs. |
|
|
|
|
* @property {Object} unapprovedTypedMsgs - An object of messages associated with the currently selected account, mapping a unique ID to the options. |
|
|
|
|
* @property {number} unapprovedTypedMsgCount - The number of messages in unapprovedTypedMsgs. |
|
|
|
|