Skip to content

GetNodeStatusResponse

View as Markdown

GetNodeStatusResponse returns the node’s operational status including consensus readiness, repair state, and current heights.

Package: thru.services.v1

FieldType#Description
readybool1 · optionalHigh-level readiness flag. True when consensus is active and the node is ready to accept and process transactions.
consensusNodeConsensusStatus2 · optionalConsensus subsystem state.
repairNodeRepairStatus3 · optionalRepair subsystem state.
finalized_slotuint644 · optionalLatest finalized slot.
locally_executed_slotuint645 · optionalLatest locally executed slot.