@zkp2p/contracts-v2
Version:
ZKP2P V2 smart contract interfaces and utilities
13 lines (12 loc) • 484 B
text/typescript
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
import type * as interfaces from "./interfaces";
export type { interfaces };
import type * as registries from "./registries";
export type { registries };
import type * as unifiedVerifier from "./unifiedVerifier";
export type { unifiedVerifier };
export type { Escrow } from "./Escrow";
export type { Orchestrator } from "./Orchestrator";
export type { ProtocolViewer } from "./ProtocolViewer";