Fetch-based mirror-node query for registered nodes.
Talks to the mirror node's Java REST API at
/api/v1/network/registered-nodes. Pure HTTP — no payment, no node
rotation, no gRPC streaming — so this class deliberately does not
extend Query.
Parsing of individual JSON entries lives on the model classes
(RegisteredNode._fromJson, RegisteredServiceEndpoint._fromJson).
This class just owns paging, retry, and the URL-building.
Fetch-based mirror-node query for registered nodes.
Talks to the mirror node's Java REST API at
/api/v1/network/registered-nodes. Pure HTTP — no payment, no node rotation, no gRPC streaming — so this class deliberately does not extendQuery.Parsing of individual JSON entries lives on the model classes (
RegisteredNode._fromJson,RegisteredServiceEndpoint._fromJson). This class just owns paging, retry, and the URL-building.