How do I get the Prove transaction hash, given a withdraw initiated in the L2 ? #609
Unanswered
gndelia
asked this question in
Application Development
Replies: 1 comment 2 replies
-
Hi there if the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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