rubic-sdk
Version:
Simplify dApp creation
9 lines (8 loc) • 535 B
TypeScript
import { EvmBlockchainName } from "../../../../../../../../core/blockchain/models/blockchain-name";
import { RoutePools } from "./typings";
export declare class SyncSwapFactory {
private static normalizePool;
private static normalizePools;
private static transformResponse;
static fetchRoutePools(tokenA: string, tokenB: string, account: string, vault: string, factories: string[], routeTokens: string[], masterAddress: string, routerHelperAddress: string, blockchain: EvmBlockchainName): Promise<RoutePools | null>;
}