UNPKG

@provablehq/sdk

Version:

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

11 lines (10 loc) 215 B
/** * Object representation of an Input as raw JSON returned from a SnarkOS node. */ export interface InputJSON { type: string; id: string; tag?: string; value?: string; dynamic_id?: string; }