1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Remove unnecessary doc comment.

This commit is contained in:
Dan 2018-04-24 12:20:38 -02:30
parent 0c26df9653
commit 016d492414

View File

@ -9,8 +9,6 @@ const log = require('loglevel')
* Represents, and contains data about, an 'eth_signTypedData' type signature request. These are created when a
* signature for an eth_signTypedData call is requested.
*
* @see {@link }
*
* @typedef {Object} TypedMessage
* @property {number} id An id to track and identify the message object
* @property {Object} msgParams The parameters to pass to the eth_signTypedData method once the signature request is