Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / canonicalClaimMap

Function: canonicalClaimMap()

ts
function canonicalClaimMap(rows): ClaimMapRow[];

Defined in: packages/core/src/orchestrator/claim-map.ts:264

The canonical form of an accepted map (RV4305): rows sorted by id (a stable, content-independent order), serialized by the JCS recipe every other canonical byte surface in this codebase uses. The journal decision records this form, and the hash names it.

Parameters

ParameterType
rowsreadonly ClaimMapRow[]

Returns

ClaimMapRow[]