UNPKG

zkverifyjs

Version:

Submit proofs to zkVerify and query proof state with ease using our npm package.

7 lines 271 B
import { ProofOptions } from '../../config'; /** * Validates the options provided for a given proof type. * @throws {Error} - If the validation fails. */ export declare function validateProofTypeOptions(options: ProofOptions): void; //# sourceMappingURL=index.d.ts.map