-
I need to be able to verify an order against a provided signature. To do so, i need to use ethers recoverAddress function which takes in the message digest and the signature. However, i never touch the digest when using seaportjs so I am not sure how to derive it using the order object. Is the digest the return of the seaport getOrderHash function? Any help is greatly appreciated! This is the current code that I cant figure out why it doesnt work.
|
Beta Was this translation helpful? Give feedback.
Answered by
0xFloop
Oct 31, 2022
Replies: 1 comment 1 reply
-
here is the solution I found for anyone else who ever experiences this
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
0xFloop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
here is the solution I found for anyone else who ever experiences this