UNPKG

@provablehq/sdk

Version:

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

8 lines (7 loc) 190 B
interface ImportedVerifyingKeys { [key: string]: Array<[string, string]>; } interface ImportedPrograms { [key: string]: string; } export { ImportedVerifyingKeys, ImportedPrograms };