You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The withdrawal of assets from L2 happen in two steps: call stx-withdraw? on L2 and then call withdraw-stx on L1 (function names might change).
At any point, we should be able to retrieve pending withdrawals.
It can be done by fetching withdraw transactions . But more logic is needed to fetch all transactions and filter out already completed withdrawals.
Should this logic be implemented at the API level?
The text was updated successfully, but these errors were encountered:
The withdrawal of assets from L2 happen in two steps: call
stx-withdraw?
on L2 and then callwithdraw-stx
on L1 (function names might change).At any point, we should be able to retrieve pending withdrawals.
It can be done by fetching withdraw transactions . But more logic is needed to fetch all transactions and filter out already completed withdrawals.
Should this logic be implemented at the API level?
The text was updated successfully, but these errors were encountered: