UNPKG

zkverifyjs

Version:

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

10 lines 462 B
import { ProofOptions } from '../../config'; import { RuntimeSpec } from '../../types'; /** * Validates the options provided for a given proof type. * @param options - The proof options to validate. * @param runtimeSpec - Runtime spec for version-dependent validation. * @throws {Error} - If the validation fails. */ export declare function validateProofTypeOptions(options: ProofOptions, runtimeSpec: RuntimeSpec): void; //# sourceMappingURL=index.d.ts.map