zkverifyjs
Version:
Submit proofs to zkVerify and query proof state with ease using our npm package.
6 lines • 583 B
JavaScript
import "./shims/globalBuffer.js";
export { zkVerifySession } from "./session/index.js";
export { ProofType, SupportedNetwork } from "./config/index.js";
export { ZkVerifyEvents, TransactionStatus, TransactionType, Risc0Version, UltrahonkVariant, AggregateSecurityRules, Destination, Library, CurveType, Plonky2HashFunction, ProofSecurityRules, RuntimeVersion } from "./enums.js";
export { OptimisticVerificationResultType } from "./types.js";
export { isVersionAtLeast, isVersionBetween, isVersionExactly, requireVersionAtLeast, fetchRuntimeVersion } from "./utils/helpers/index.js";