UNPKG

@provablehq/sdk

Version:

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

6 lines (5 loc) 201 B
import { PlaintextArray } from "./array.js"; import { PlaintextLiteral } from "./literal.js"; export type PlaintextStruct = { [key: string]: PlaintextArray | PlaintextLiteral | PlaintextStruct; };