Skip to main content
Version: next 🚧

ExistingExitValidationBlobData

Defined in: types.ts:501

Represents the data structure for an already existing exit blob for exit validation.

Properties​

PropertyTypeDescriptionDefined in
public_keystringThe BLS public key of the validator in hex formattypes.ts:505
epochstringThe epoch number when the exit is scheduled to occurtypes.ts:509
validator_indexstringThe unique index of the validator in the beacon chaintypes.ts:513
shares_exit_dataRecord<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 clustertypes.ts:518