[Application Development] How can we know if a withdrawal is claimable or claimed #699
Unanswered
threetoeddinosaur
asked this question in
Application Development
Replies: 1 comment
-
https://viem.sh/op-stack/actions/getTimeToFinalize#gettimetofinalize tells you how long you need to wait before you can claim
in what sense you want to verify?i assume you sent a proveWithdrawal and want to verify it succeed or not,I will suggest use waitForTransactionReceipt to check is it proceed or not |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you check the documentation?
Documentation Feedback (Optional)
No response
What type of issue are you experiencing?
Issue Description
I used the library implementation of viem to submit proof for a withdrawal and a claim it. How can we know that a withdrawal is claimed also the library is telling us to wait for the challenge period, is there a better way to know when a withdrawal is claimable like an event? Also how can we verify if it is claimed or not.
Steps to Reproduce
Initiate withdraw using superbridge/optimism
Are you using a specific library or SDK?
Are you using the latest version of the library/SDK?
Environment Details
No response
Troubleshooting Attempts
No response
What type of support do you need?
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions