UNPKG

zkverifyjs

Version:

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

4 lines 325 B
import "./shims/globalBuffer.js"; export { zkVerifySession } from "./session/index.js"; export { ProofType, SupportedNetwork } from "./config/index.js"; export { ZkVerifyEvents, TransactionStatus, TransactionType, Risc0Version, AggregateSecurityRules, Destination, Library, CurveType, Plonky2HashFunction } from "./enums.js";