Skip to content

@armada/sdk / index / ArtifactDigest

Interface: ArtifactDigest

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

SHA-256 (hex) of each artifact file for one circuit shape. vkey is optional — older manifests omit it.

Properties

wasm

readonly wasm: string

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


zkey

readonly zkey: string

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


vkey?

readonly optional vkey?: string

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