ExitValidationPayload
Defined in: types.ts:487
Represents the overall exit payload structure for exit validation.
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
partial_exits | ExitValidationBlob[] | Array of partial exits for validators. | types.ts:489 |
share_idx | number | Operator's share index (1-based). | types.ts:492 |
signature | string | Signature of the ExitValidationPayload by the operator. | types.ts:495 |