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
The signTypedData method on the Keyring type has Record<string, unknown> as type for the data accepted. However, this means that the TypedDataV1` type for V1 is not supported.
As HDKeyring and SimpleKeyring support it, we should make the keyring method type wider
The text was updated successfully, but these errors were encountered:
<!--
Thanks for your contribution! Take a moment to answer these questions so
that reviewers have the information they need to properly understand
your changes:
* What is the current state of things and why does it need to change?
* What is the solution your changes offer and how does it work?
Are there any issues or other links reviewers should consult to
understand this pull request better? For instance:
* Fixes #12345
* See: #67890
-->
* Fixes#225
## Examples
<!--
Are there any examples of this change being used in another repository?
When considering changes to the MetaMask module template, it's strongly
preferred that the change be experimented with in another repository
first. This gives reviewers a better sense of how the change works,
making it less likely the change will need to be reverted or adjusted
later.
-->
---------
Co-authored-by: Charly Chevalier <charly.chevalier@consensys.net>
The
signTypedData
method on theKeyring
type hasRecord<string, unknown> as type for the data accepted. However, this means that the
TypedDataV1` type for V1 is not supported.As HDKeyring and SimpleKeyring support it, we should make the keyring method type wider
The text was updated successfully, but these errors were encountered: