Type alias CircuitArtifactPaths

CircuitArtifactPaths: {
    pkeyPath: string;
    vkeyPath: string;
    wasmPath: string;
}

Paths to circuit artifacts (files) required for proving and verifying.

Type declaration

  • pkeyPath: string
  • vkeyPath: string
  • wasmPath: string

Generated using TypeDoc