isHealthy

Returns true if the server is healthy (all systems operational).

The server is considered healthy when:

  • Database is connected (databaseConnected = true)

  • Stellar Core is up (coreUp = true)

  • Stellar Core is synced with the network (coreSynced = true)

Return

true if all health indicators are true, false otherwise