UNPKG
eth-typed-data
Version:
alpha (0.0.1)
latest (0.1.0-beta.0)
0.1.0-beta.0
0.0.1
A library to simplifiy interacting with and signing EIP712 typed data
eth-typed-data
/
src
/
index.js
5 lines
(4 loc)
•
116 B
JavaScript
View Raw
1
2
3
4
5
import
EIP712Domain
from
'./Domain'
import
{ verify }
from
'./verify'
export
default
EIP712Domain
export
{ verify }