NodeList is a per-epoch immutable node list.

interface RegistryNodeList {
    nodes: Node[];
}

Properties

Properties

nodes: Node[]