@zkp2p/contracts-v2
Version:
ZKP2P V2 smart contract interfaces and utilities
15 lines (14 loc) • 762 B
text/typescript
/* Autogenerated file. Do not edit manually. */
/* tslint:disable */
/* eslint-disable */
export type { IAttestationVerifier } from "./IAttestationVerifier";
export type { IEscrow } from "./IEscrow";
export type { IEscrowRegistry } from "./IEscrowRegistry";
export type { INullifierRegistry } from "./INullifierRegistry";
export type { IOrchestrator } from "./IOrchestrator";
export type { IPaymentVerifier } from "./IPaymentVerifier";
export type { IPaymentVerifierRegistry } from "./IPaymentVerifierRegistry";
export type { IPostIntentHook } from "./IPostIntentHook";
export type { IPostIntentHookRegistry } from "./IPostIntentHookRegistry";
export type { IProtocolViewer } from "./IProtocolViewer";
export type { IRelayerRegistry } from "./IRelayerRegistry";