# OWRTranches

> **OWRTranches** = `object`

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

OWR Tranches

## Properties

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| <a id="principalrecipient"></a> `principalRecipient` | [`ETH_ADDRESS`](ETH_ADDRESS.md) | Address that will reclaim validator principal after exit. | [types.ts:261](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L261) |
| <a id="rewardrecipient"></a> `rewardRecipient` | [`ETH_ADDRESS`](ETH_ADDRESS.md) | Address that will reclaim validator rewards during operation. | [types.ts:264](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L264) |
| <a id="amountofprincipalstake"></a> `amountOfPrincipalStake` | `number` | Amount of principal staked. | [types.ts:267](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L267) |
