GetNodeStatusResponse
GetNodeStatusResponse returns the node’s operational status including consensus readiness, repair state, and current heights.
Package: thru.services.v1
Fields
Section titled “Fields”| Field | Type | # | Description |
|---|---|---|---|
ready | bool | 1 · optional | High-level readiness flag. True when consensus is active and the node is ready to accept and process transactions. |
consensus | NodeConsensusStatus | 2 · optional | Consensus subsystem state. |
repair | NodeRepairStatus | 3 · optional | Repair subsystem state. |
finalized_slot | uint64 | 4 · optional | Latest finalized slot. |
locally_executed_slot | uint64 | 5 · optional | Latest locally executed slot. |