# OVMTotalSplitPayload

> **OVMTotalSplitPayload** = [`OVMBaseSplitPayload`](OVMBaseSplitPayload.md) & `object`

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

OVM and SplitV2 Params for total split scenario

## Type Declaration

| Name | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| `principalSplitRecipients` | [`SplitV2Recipient`](SplitV2Recipient.md)[] | Principal recipients addresses and splits (array for total split scenario). | [types.ts:237](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L237) |
