Skip to main content

Circuit info

Returns the circuit configuration according to the current circuit

Responses

OK


Schema
  • circuitPath string

    CircuitPath defines the path from where the files are downloaded. Locally, they will be cached inside circuit.BaseDir path, under that directory it will follow the CircuitPath dir structure

  • levels integer

    Levels refers the number of levels that the merkle tree associated to the current circuit configuration artifacts has

  • publicSignals object

    PublicSignals indicates the index of each public signal

  • property name* integer
  • uri string

    URI defines the URI from where to download the files

  • vKeyFilename string

    FilenameVerificationKey defines the name of the file of the circom VerificationKey

  • vKeyHash string

    VerificationKeyHash contains the expected hash for the file filenameVK

  • version string

    Version of the published circuit

  • wasmFilename string

    FilenameWasm defines the name of the file of the circuit wasm compiled version

  • wasmHash string

    WasmHash contains the expected hash for the file filenameWasm

  • zKeyFilename string

    FilenameProvingKey defines the name of the file of the circom ProvingKey

  • zKeyHash string

    ProvingKeyHash contains the expected hash for the file filenameZKey

Loading...

Resources

Guides
Soon

Tutorials
Soon

Copyright © 2024 Vocdoni, Inc. All rights reserved.