The current catchpoint that is being caught up to
The number of blocks that have already been obtained by the node as part of the catchup
The number of accounts from the current catchpoint that have been processed so far as part of the catchup
The total number of accounts included in the current catchpoint
The total number of blocks that are required to complete the current catchpoint catchup
The number of accounts from the current catchpoint that have been verified so far as part of the catchup
CatchupTime in nanoseconds
The last catchpoint seen by the node
LastRound indicates the last round seen
LastVersion indicates the last consensus version supported
NextVersion of consensus protocol to use
NextVersionRound is the round at which the next consensus version will apply
NextVersionSupported indicates whether the next consensus version is supported by this node
StoppedAtUnsupportedRound indicates that the node does not support the new rounds and has stopped making progress
TimeSinceLastRound in nanoseconds
Get an object ready for encoding to either JSON or msgpack.
Use true to indicate that the encoding can handle raw binary objects (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 strings. True should be used for objects that will be encoded with msgpack, and false should be used for objects that will be encoded with JSON.
Generated using TypeDoc
Creates a new
NodeStatusResponse
object.