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:
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: