UNPKG

zkverifyjs

Version:

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

7 lines 651 B
import './shims/globalBuffer.js'; export { zkVerifySession } from './session/index.js'; export { ProofType, SupportedNetwork, } from './config/index.js'; export { ZkVerifyEvents, TransactionStatus, TransactionType, Risc0Version, UltrahonkVersion, UltrahonkVariant, TeeVariant, 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'; //# sourceMappingURL=index.js.map