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