@dinolab/crypto-mm
Version:
Crypto Market Maker
5 lines • 344 B
TypeScript
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