UNPKG

@provablehq/sdk

Version:

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

4 lines (3 loc) 184 B
import { PlaintextLiteral } from "./literal.js"; import { PlaintextStruct } from "./struct.js"; export type PlaintextArray = PlaintextLiteral[] | PlaintextStruct[] | PlaintextArray[];