zkverifyjs
Version:
Submit proofs to zkVerify and query proof state with ease using our npm package.
8 lines • 400 B
TypeScript
import { AccountConnection, WalletConnection } from '../connection/types';
import { VerifyInput } from '../verify/types';
import { ProofOptions } from '../../config';
export declare const optimisticVerify: (connection: AccountConnection | WalletConnection, proofOptions: ProofOptions, input: VerifyInput) => Promise<{
success: boolean;
message: string;
}>;
//# sourceMappingURL=index.d.ts.map