> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/basic-types/delegated.md).

# Delegated

The Delegated model&#x20;

| Field        | Type                                                                 | Description                |
| ------------ | -------------------------------------------------------------------- | -------------------------- |
| `Incoming`   | [Amount](/netcs/api/basic-types/amount.md)                           | Incoming Delegation Amount |
| `Outgoing`   | [Amount](/netcs/api/basic-types/amount.md)                           | Outgoing Delegation Amount |
| `Donors`     | `List<`[`DelegatedItem`](/netcs/api/basic-types/delegateditem.md)`>` | Donors                     |
| `Recipients` | `List<`[`DelegatedItem`](/netcs/api/basic-types/delegateditem.md)`>` | Recipients                 |
