UNPKG

@mean-finance/dca-v2-core

Version:

Core smart contracts of DCA v2 by mean.finance

7 lines 415 B
export type { IDCAHub } from "./IDCAHub"; export type { IDCAHubConfigHandler } from "./IDCAHubConfigHandler"; export type { IDCAHubParameters } from "./IDCAHubParameters"; export type { IDCAHubPlatformHandler } from "./IDCAHubPlatformHandler"; export type { IDCAHubPositionHandler } from "./IDCAHubPositionHandler"; export type { IDCAHubSwapHandler } from "./IDCAHubSwapHandler"; //# sourceMappingURL=index.d.ts.map