UNPKG

sindri

Version:

The Sindri Labs JavaScript SDK and CLI tool.

21 lines (19 loc) 327 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * CircuitType choices */ export type CircuitType = | "boojum" | "circom" | "gnark" | "halo2" | "hermez" | "jolt" | "noir" | "openvm" | "plonky2" | "snarkvm" | "sp1";