Rulvar API reference / @rulvar/rulvar / executionScopeDigest
Function: executionScopeDigest()
ts
function executionScopeDigest(scope): string;Defined in: packages/core/dist/index.d.ts
The canonical digest of a scope (RV4205): sha256 over the JCS bytes of the NORMALIZED scope, a fixed-length identity for causal records (the genesis decision, the invoice header) and external joins, so a FinOps pipeline correlates runs by one column instead of comparing structured objects field by field.
Parameters
| Parameter | Type |
|---|---|
scope | ExecutionScope |
Returns
string