Closed edd closed 3 months ago
Note this is covered on console
I renamed this, but actually now believe that the Withdrawals/Deposits box on the party page is adequate
It doesn't fix the originally identified issue (i.e. if you look at the accounts page the balance might be lower than expected - see below) but the party page adequately shows the reason
Story
As a user with a withdrawal that is not yet finalised I want the Block Explorer accounts page to represent the locked funds So that it doesn't look like I am missing money
Acceptance Criteria
Tasks
Add a call to the withdrawals API, filter for prepared but not yet enacted withdrawals, list them on the page. They should link to the governance withdrawals section to allow a user to complete the withdrawals.
Sketch
Additional details / background info
To identify a withdrawal which is pending on ethereum you want STATUS_FINALIZED and a missing txHash.
eg.