Table Description
Thebeacon.bls_to_execution_changes table stores information about changes in the Beacon Chain from BLS to execution, including block metadata and execution payload details.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Beacon chain BLS-to-execution credential changes — withdrawal address updates.
beacon.bls_to_execution_changes table stores information about changes in the Beacon Chain from BLS to execution, including block metadata and execution payload details.
| Column | Type | Description |
|---|---|---|
| block_epoch | long | Epoch number when the block containing the BLS to execution change was proposed. |
| block_slot | long | Slot number within the epoch when the block containing the BLS to execution change was proposed. |
| block_time | timestamp | Timestamp when the block containing the BLS to execution change was included in the chain. |
| block_date | date | Date corresponding to the block_time. |
| from_bls_pubkey | binary | BLS public key associated with the validator’s original withdrawal credentials. |
| to_execution_address | binary | Execution layer (Eth1) address to which the withdrawal credentials are being updated. |
| validator_index | long | Index of the validator requesting the change. |
| signature | binary | BLS signature authorizing the change from BLS to execution withdrawal credentials. |
Was this page helpful?