NetworkList.toIntArray() method

The stored ranges as integer pairs.

Signature:

toIntArray(): [bigint, bigint][];

Returns:

[bigint, bigint][]

One [start, end] tuple per record, ascending by start address.

Remarks

Decodes the whole buffer on every call rather than caching, so it is a debugging and export aid, not something to call per lookup.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.