Export EIP-712 encoding functions #1416
Unanswered
frangio
asked this question in
Idea / Feature Request
Replies: 1 comment 4 replies
-
I second this, and this should be relatively simple too. Only time i find myself reaching to ethers is when I need to debug some 712 encoding bug. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In
hashTypedData.ts
there are many functions that can be useful when working with EIP-712 signatures:hashStruct
,hashType
,encodeData
, etc.It would be great if these were exported.
Beta Was this translation helpful? Give feedback.
All reactions