UNPKG

zkverifyjs

Version:

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

11 lines 195 B
export interface SP1Proof { proof: string; version: string; } export interface SP1Vk { vk: string; } export interface SP1Pubs { pubs: string; } //# sourceMappingURL=types.d.ts.map