UNPKG

@provablehq/sdk

Version:

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

12 lines (11 loc) 306 B
import { TransitionJSON } from "../transition/transitionJSON.js"; export interface ExecutionJSON { transitions: TransitionJSON[]; proof: string; global_state_root: string; } export interface FeeExecutionJSON { transition: TransitionJSON; proof: string; global_state_root: string; }