-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
I did a withdrawal, and we get a lot of the details about the fact the TX was included...
https://light-holesky.beaconcha.in/validator/116565?v=withdrawalrequests
I wonder if theres a way to display when the withdrawal is due? the data is available in pending_partial_withdrawals
curl -s http://localhost:5051/eth/v1/beacon/states/head/pending_partial_withdrawals |jq
{
"version": "electra",
"execution_optimistic": false,
"finalized": false,
"data": [
{
"validator_index": "116565",
"amount": "10000000000",
"withdrawable_epoch": "233880"
}
]
}
In this case it's not going to occur for a long time, but on mainnet it may be helpful to get a view of this information...
Metadata
Metadata
Assignees
Labels
No labels