UNPKG

@solarity/zkit

Version:
9 lines (7 loc) 253 B
export type ArtifactsFileType = "r1cs" | "zkey" | "vkey" | "sym" | "json" | "wasm"; export type VerifierLanguageType = "sol" | "vy"; export type CircuitZKitConfig = { circuitName: string; circuitArtifactsPath: string; verifierDirPath: string; };