> 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/pool.md).

# Pool

The Pool model

| Field             | Type                                       | Description                                 |
| ----------------- | ------------------------------------------ | ------------------------------------------- |
| Hash              | `byte[]`                                   | Hash (Blake2)                               |
| Prevhash          | `byte[]`                                   | Previous Hash (Blake2)                      |
| Time              | `long`                                     | Time in epoch                               |
| TransactionsCount | `int`                                      | Transaction Count                           |
| PoolNumber        | `long`                                     | Pool/Block Number                           |
| Writer            | `byte[]`                                   | Writer of Block                             |
| TotalFee          | [Amount](/netcs/api/basic-types/amount.md) | Total Amount of Fee                         |
| Confidants        | `List<byte[]>`                             | Confidants of that Block                    |
| RealTrusted       | `long`                                     | Real Trusted Number                         |
| NumberTrusted     | `sbyte`                                    | Amount of Nodes participating in that block |
