Skip to content

@armada/sdk / prover / ArtifactSet

Interface: ArtifactSet

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

Properties

wasm

readonly wasm: Uint8Array

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


zkey

readonly zkey: Uint8Array

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


vkey

readonly vkey: object

Defined in: src/prover/index.ts:13


vkeyRaw?

readonly optional vkeyRaw?: Uint8Array<ArrayBufferLike>

Defined in: src/prover/index.ts:19

The RAW vkey.json bytes, when the source can provide them. Integrity hashes the raw bytes (the parsed vkey object can't be re-serialized canonically), so the manifest can cover the vkey too. Optional for backward compatibility — a source that omits it simply skips the vkey integrity check.