verifyBlueprintHash()
Verify a Blueprint’s recorded topology hash using caller-owned hashing.
Import
Section titled “Import”import { verifyBlueprintHash } from "@graphrefly/ts/graph";Signature
Section titled “Signature”function verifyBlueprintHash( blueprint: GraphBlueprintEvidence, options: GraphBlueprintHashOptions,): boolean | Promise<boolean>Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
blueprint | GraphBlueprintEvidence | Blueprint carrying optional hash metadata. |
options | GraphBlueprintHashOptions | Expected algorithm and sync or async hash implementation. |
Returns
Section titled “Returns”False for a missing or mismatched hash, or a Promise when the hash implementation is async.
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