UNPKG

@dinolab/crypto-mm

Version:

Crypto Market Maker

7 lines 207 B
import { ExchangeType } from "../types/types.js"; export interface LaunchTokenResult { exchangeType: ExchangeType; tokenAddress: string; lpAddress: string; } //# sourceMappingURL=results.d.ts.map