UNPKG

@provablehq/sdk

Version:

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

15 lines (14 loc) 294 B
import { InputID } from "./inputID"; export interface RequestJSON { signer: string; network: string; program: string; method: string; input_ids: InputID[]; inputs: string[]; signature: string; sk_tag: string; tvk: string; tcm: string; scm: string; }