UNPKG

zkverifyjs

Version:

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

11 lines 1.52 kB
import './shims/globalBuffer.js'; export { zkVerifySession } from './session/index.js'; export { VerifyOptions, OptimisticVerifyOptions, WalletOptions, zkVerifySessionOptions, } from './session/types.js'; export { ProofType, SupportedNetwork, ProofOptions, ProofConfig, AllProofConfigs, Groth16Config, Plonky2Config, Risc0Config, UltraplonkConfig, UltrahonkConfig, TeeConfig, } from './config/index.js'; export { ZkVerifyEvents, TransactionStatus, TransactionType, Risc0Version, UltrahonkVersion, UltrahonkVariant, TeeVariant, AggregateSecurityRules, Destination, Library, CurveType, Plonky2HashFunction, ProofSecurityRules, RuntimeVersion, } from './enums.js'; export { ProofData, VerifyTransactionInfo, BatchVerifyTransactionInfo, VKRegistrationTransactionInfo, TransactionInfo, DomainTransactionInfo, RegisterDomainTransactionInfo, MerkleProof, AccountInfo, NewAggregationReceipt, NetworkConfig, CustomNetworkConfig, WsProviderOptions, Delivery, DomainOptions, SubscriptionEntry, NewAggregationReceiptEvent, AggregateStatementPathResult, OptimisticVerificationResultType, OptimisticVerifyResult, RuntimeSpec, } from './types.js'; export { ExtrinsicCostEstimate } from './api/estimate/types.js'; export { FormattedProofData } from './api/format/types.js'; export { NewAggregationEventSubscriptionOptions } from './api/aggregation/types.js'; export { isVersionAtLeast, isVersionBetween, isVersionExactly, requireVersionAtLeast, fetchRuntimeVersion, } from './utils/helpers/index.js'; //# sourceMappingURL=index.d.ts.map