UNPKG

@provablehq/sdk

Version:

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

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