UNPKG

@zkp2p/contracts-v2

Version:

ZKP2P V2 smart contract interfaces and utilities

5 lines (4 loc) 225 B
// Typed payment methods file for baseStaging export type PaymentMethods = { methods: Record<string, { paymentMethodHash?: `0x${string}`; currencies?: string[] }> }; declare const value: PaymentMethods; export default value;