ExitValidationBlob
Defined in: types.ts:476
Represents a single partial exit blob for exit validation.
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
public_key | string | The public key of the validator to exit. | types.ts:478 |
signed_exit_message | SignedExitValidationMessage | The signed exit message for the validator. | types.ts:481 |