Skip to content

@armada/sdk / index / verifyArtifactIntegrity

Function: verifyArtifactIntegrity()

verifyArtifactIntegrity(shape, artifacts, manifest): void

Defined in: src/prover/manifest.ts:43

Verify an artifact set against the manifest for its shape. Throws ArtifactIntegrityError if the shape is missing from the manifest or a wasm/zkey digest does not match.

Parameters

shape

CircuitShape

artifacts

ArtifactSet

manifest

ArtifactManifest

Returns

void