# ExitValidationBlob

Defined in: [types.ts:476](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L476)

Represents a single partial exit blob for exit validation.

## Properties

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| <a id="public_key"></a> `public_key` | `string` | The public key of the validator to exit. | [types.ts:478](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L478) |
| <a id="signed_exit_message"></a> `signed_exit_message` | [`SignedExitValidationMessage`](SignedExitValidationMessage.md) | The signed exit message for the validator. | [types.ts:481](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L481) |
