parseGraphBlueprint()
Strictly parse and normalize a portable GraphBlueprint evidence value.
Unknown versions and fields fail closed. Diagnostics, when present, must exactly describe the normalized topology; hash bytes are verified separately with {@link verifyBlueprintHash}.
Import
Section titled “Import”import { parseGraphBlueprint } from "@graphrefly/ts/graph";Signature
Section titled “Signature”function parseGraphBlueprint(value: unknown): GraphBlueprintEvidenceParameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
value | unknown | Untrusted value read from a wire artifact or another process. |
Returns
Section titled “Returns”A deeply frozen normalized GraphBlueprint.
Documentation Status
Section titled “Documentation Status”This page was generated from source JSDoc, but the structured API tags are incomplete:
- Missing
@example.
Source
Section titled “Source”packages/ts/src/graph/blueprint-evidence.ts