UNPKG

@provablehq/sdk

Version:

A Software Development Kit (SDK) for Zero-Knowledge Transactions

9 lines (8 loc) 221 B
import { VerifyingKey } from "../wasm.js"; export interface FunctionObject { "name": string; "constraints": number; "variables": number; "verifyingKey": string | VerifyingKey; "certificate": string; }