UNPKG

@dinolab/crypto-mm

Version:

Crypto Market Maker

5 lines 344 B
import { ExchangeKind, ExchangeType } from "../types/types.js"; import RaydiumDex from "../exchanges/raydium.js"; export declare function getExchangeKind(exchangeType: ExchangeType): ExchangeKind; export declare function getExchangeHandler(exchangeType: ExchangeType, rpcUrl: string): RaydiumDex | undefined; //# sourceMappingURL=utils.d.ts.map