@zkp2p/contracts-v2
Version:
ZKP2P V2 smart contract interfaces and utilities
12 lines (11 loc) • 785 B
JavaScript
export { default as Escrow } from './Escrow.json';
export { default as EscrowRegistry } from './EscrowRegistry.json';
export { default as NullifierRegistry } from './NullifierRegistry.json';
export { default as Orchestrator } from './Orchestrator.json';
export { default as PaymentVerifierRegistry } from './PaymentVerifierRegistry.json';
export { default as PostIntentHookRegistry } from './PostIntentHookRegistry.json';
export { default as ProtocolViewer } from './ProtocolViewer.json';
export { default as RelayerRegistry } from './RelayerRegistry.json';
export { default as SimpleAttestationVerifier } from './SimpleAttestationVerifier.json';
export { default as USDCMock } from './USDCMock.json';
export { default as UnifiedPaymentVerifier } from './UnifiedPaymentVerifier.json';