# NetworkList.networks property · @imqueue/net

Source: https://imqueue.org/api/net/latest/net.networklist.networks/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/net 3.0.2 — generated reference, not hand-written

The packed records: `[start, end]` address pairs, little-endian, ascending.

**Signature:**

```typescript
readonly networks: Buffer;
```

## Remarks

Held by reference, not copied, so this is the cheap way to persist or clone a list — hand it back to the constructor with [NetworkList.type](https://imqueue.org/api/net/latest/net.networklist.type/). Do not mutate it; every lookup reads it directly and assumes it is still sorted.

