UNPKG

zkverifyjs

Version:

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

12 lines 205 B
export interface EZKLProof { proof: string; } export interface EZKLVk { vk: { vkBytes: string; }; } export interface EZKLPubs { pubs: string[]; } //# sourceMappingURL=types.d.ts.map