UNPKG

@provablehq/sdk

Version:

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

7 lines (6 loc) 212 B
import { RequestJSON } from "./request.js"; import { TransitionJSON } from "./transition/transitionJSON.js"; export interface AuthorizationJSON { requests: RequestJSON[]; transitions: TransitionJSON[]; }