How do I get the Prove transaction hash, given a withdraw initiated in the L2 ? #609
Replies: 1 comment 3 replies
-
|
Hi there if the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I had this question created as an issue ethereum-optimism/optimism#9974
I'm using the OP SDK (I know it's deprecated), and given a completed withdrawal transaction hash, I know I can use getMessageReceipt to get the Claim transaction hash.
How can I get the prove transaction hash? I can't find a method in the docs that returns so. Should I do a mix of different calls?
Thanks
Additional Information
I'm using @eth-optimism/sdk v3.2.1
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions