NetworkList.networks property
The packed records: [start, end] address pairs, little-endian, ascending.
Signature:
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. Do not mutate it; every lookup reads it directly and assumes it is still sorted.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.