eth.beacon.bls_to_execution_changes
SQL table schema for eth.beacon.bls_to_execution_changes and eth.beacon.recent_bls_to_execution_changes
Ethereum Beacon requests to change old BLS withdrawal credentials to the new withdrawal credentials in execution address format.
Column Name | Data Type | Description |
---|---|---|
| DOUBLE | The slot in the beacon chain in which the change was undertaken. |
| CHARACTER VARYING | The root hash of the beacon chain block containing the change. |
| BIGINT | The timestamp of the beacon chain block containing the change. |
| DOUBLE | The index for the validator who made the change request. |
| CHARACTER VARYING | BLS public key of the validator. |
| CHARACTER VARYING | The execution address set as the withdrawal credentials for the validator. |
| CHARACTER VARYING | Signature of change request |
Last updated