UNPKG

@provablehq/sdk

Version:

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

10 lines (9 loc) 190 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; }