Return type for the health.health method.
Return type for the health.liveness method.
Parameters for the health.readiness method.
Return type for the health.readiness method.
Returns the last set of health check results for the node. This includes checks for all chains, network, database, and other components.
Returns a simple health check indicating if the node is alive and can handle requests. This is a lightweight check that always returns healthy if the endpoint is available.
Returns the last evaluation of the startup health check results. This indicates if the node has finished initializing and is ready to handle requests.
Parameters for the
health.healthmethod.