-
Notifications
You must be signed in to change notification settings - Fork 0
Health checks
HardlyDifficult edited this page Jul 17, 2026
·
3 revisions
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.