You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HardlyDifficult edited this page Jul 17, 2026
·
3 revisions
Health checks
Canton.checkHealth() provides an aggregate application view. Each low-level client also exposes
API-specific health or version operations where supported.
Health proves reachability and basic readiness, not authorization for a business transaction. For a
deployment or consumer upgrade, combine health with the relevant authenticated read, write, or
LocalNet integration path.
Inspect Canton.ts, current
client types, and health tests for the exact result shape and failure behavior.