Skip to content

Commit

Permalink
Merge pull request #8 from danfinlay/patch-1
Browse files Browse the repository at this point in the history
Add eth_signTypedData support
  • Loading branch information
SilentCicero authored Oct 23, 2017
2 parents 8aa6768 + 01269f3 commit 999d25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"eth_getUncleCountByBlockNumber": [["Q"], "Q", 1],
"eth_getCode": [["D20", "Q|T"], "D", 1, 2],
"eth_sign": [["D20", "D32"], "D", 2],
"eth_signTypedData": ["D32", "D", 1],
"eth_sendTransaction": [["SendTransaction"], "D", 1],
"eth_sendRawTransaction": [["D"], "D32", 1],
"eth_call": [["CallTransaction", "Q|T"], "D", 1, 2],
Expand Down

0 comments on commit 999d25e

Please sign in to comment.