import { ChainName } from '../currency-types'; import * as PnAnyToAnyConversion from './pn-any-to-any-conversion-types'; /** Any to ETH reference-based payment network extension interface */ export type IAnyToEth = PnAnyToAnyConversion.IConversionReferenceBased; /** Parameters for the creation action */ export type ICreationParameters = Omit & { network: ChainName; }; //# sourceMappingURL=pn-any-to-eth-types.d.ts.map