UNPKG

@provablehq/sdk

Version:

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

7 lines (6 loc) 174 B
import { FunctionObject } from "../functionObject.js"; export interface DeploymentObject { "edition": number; "program": string; "functions": FunctionObject[]; }