four-flap-meme-sdk
Version:
SDK for Flap bonding curve and four.meme TokenManager
7 lines (6 loc) • 435 B
TypeScript
/**
* DEX 直接交易模块
*
* 提供直接调用 DEX Router 的功能(不走代理合约)
*/
export { directV2BatchBuy, directV2BatchSell, directV3BatchBuy, directV3BatchSell, getRouterAddress, DIRECT_ROUTERS, type DirectV2BuyParams, type DirectV2SellParams, type DirectV3BuyParams, type DirectV3SellParams, type DirectRouterResult, type DirectRouterSignConfig, type DexKey, type RouterVersion, } from './direct-router.js';