-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add eth_signTypedData method. #84
Conversation
Quality Gate passedIssues Measures |
@@ -7,6 +7,12 @@ public enum W3MJSONRPC: Codable { | |||
address: String, | |||
message: String | |||
) | |||
|
|||
case eth_signTypedData( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't this be eth_signTypedData_v4
?
public func removeSessionAndAccount() { | ||
store.session = nil | ||
store.account = nil | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mooshee My mistake, just a test function. This should be removed.
While this PR adds the necessary methods, it doesn't make use of it. The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Add ethnic_signTypedData method.
Resolves #83 (issue)
How Has This Been Tested?
Due Dilligence