UNPKG

@provablehq/sdk

Version:

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

6 lines (5 loc) 161 B
import { TransactionJSON } from "./transaction/transactionJSON"; export interface ProvingResponse { transaction: TransactionJSON; broadcast?: boolean; }