UNPKG

zkverifyjs

Version:

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

11 lines 201 B
export interface Risc0Proof { proof: string; version: string; } export interface Risc0Vk { vk: string; } export interface Risc0Pubs { pubs: string; } //# sourceMappingURL=types.d.ts.map