Type alias CircuitArtifactPaths

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

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

Type declaration

  • pkeyPath: string

    path to JSON file containing the proving key.

  • vkeyPath: string

    path to JSON file containing the verification key.

  • wasmPath: string

    path to wasm file for witness generation.

Generated using TypeDoc