@armada/sdk / prover / ArtifactSet
Interface: ArtifactSet
Defined in: src/prover/index.ts:10
Properties
wasm
readonlywasm:Uint8Array
Defined in: src/prover/index.ts:11
zkey
readonlyzkey:Uint8Array
Defined in: src/prover/index.ts:12
vkey
readonlyvkey:object
Defined in: src/prover/index.ts:13
vkeyRaw?
readonlyoptionalvkeyRaw?: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.