Skip to main content

Variable: AGREEMENT_TOKENS

const AGREEMENT_TOKENS: readonly ["contractor_name", "company_name", "position", "rate", "start_date", "employment_type", "hours_per_week", "today"]

Defined in: src/lib/agreements/merge.ts:6

Agreement merge tokens. Templates use {{token}}; mergeAgreement substitutes values. The merged output is exactly what the signer sees and what we hash (see ./hash), so it must be deterministic. Unknown tokens are left intact (a missing value stays visible instead of silently blanking).