ExistingExitValidationBlobData
Defined in: types.ts:501
Represents the data structure for an already existing exit blob for exit validation.
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
public_key | string | The BLS public key of the validator in hex format | types.ts:505 |
epoch | string | The epoch number when the exit is scheduled to occur | types.ts:509 |
validator_index | string | The unique index of the validator in the beacon chain | types.ts:513 |
shares_exit_data | Record<string, { partial_exit_signature: string; }>[] | Array of distributed validator shares exit data, where each share contains the partial exit signature from each operator in the cluster | types.ts:518 |