Readonly nodeQuery nodes by status.
NOTE: Sentinel chain v3 does not return pagination.next_key for
this query even when results are truncated. To enumerate all nodes
reliably, do not loop on next_key or rely on offset: current
mainnet queries can return no results for a non-zero offset. Use a
sufficiently large limit in a single call instead.
Reproducible against mainnet: a status=ACTIVE query that has more
than limit matching nodes still returns next_key=null.
Optional pagination: PageRequestQuery nodes joined to a plan by status. Same next_key caveat
as nodes() — chain v3 does not emit it on truncation and non-zero
offsets are not reliable. Use a sufficiently large limit in one
call.
Query nodes joined to a plan by status. Same next_key caveat
as nodes() — chain v3 does not emit it on truncation and non-zero
offsets are not reliable. Use a sufficiently large limit in one
call.
Optional pagination: PageRequestGenerated using TypeDoc
Query nodes by status.
NOTE: Sentinel chain v3 does not return
pagination.next_keyfor this query even when results are truncated. To enumerate all nodes reliably, do not loop onnext_keyor rely onoffset: current mainnet queries can return no results for a non-zero offset. Use a sufficiently largelimitin a single call instead.Reproducible against mainnet: a status=ACTIVE query that has more than
limitmatching nodes still returnsnext_key=null.