Skip to main content
Not yet released. The packages on this page are not published to npm yet, so the install commands below will not resolve. The documented interface is stable and the code exists; only publication is outstanding. To use KeyStone from a frontend today, call the REST API or the TypeScript SDK, which is published. Contact us if you need early access.
The published SDKs and React package are pre-release (0.1.x) and currently lag the live API - some field names below may not match the API yet. When wiring against the API directly, prefer the REST examples in the API reference. The hook snippets show the intended shape and return when the packages catch up.

Import

Usage

Parameters

None.

Return Type

SettlementTemplate

TemplateConfig

Behavior

  • Fetches once on mount.
  • Templates are global (not environment-scoped) and rarely change.
  • Use refetch() if you need to re-check after template updates.