UNPKG

zkverifyjs

Version:

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

6 lines 473 B
import { ApiPromise } from '@polkadot/api'; import { AggregateStatementPathResult } from '../../types'; import { ProofOptions } from '../../config'; export declare function getAggregateStatementPath(api: ApiPromise, at: string, domainId: number, aggregationId: number, statement: string): Promise<AggregateStatementPathResult>; export declare function getVkHash(api: ApiPromise, proofOptions: ProofOptions, vk: unknown): Promise<string>; //# sourceMappingURL=index.d.ts.map