# SplitRecipient

> **SplitRecipient** = `object`

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

Split Recipient Keys

## Properties

| Property            | Type     | Description                  | Defined in                                                                                                              |
| ------------------- | -------- | ---------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| `account`           | `string` | The split recipient address. | [types.ts:167](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L167) |
| `percentAllocation` | `number` | The recipient split.         | [types.ts:170](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L170) |
