UNPKG

@paraswap/sdk

Version:
8 lines 381 B
import type { ConstructFetchInput } from '../../types'; type AdaptersAsStrings = string[]; export type GetAdaptersFunctions = { getAdapters: (signal?: AbortSignal) => Promise<AdaptersAsStrings>; }; export declare const constructGetAdapters: ({ apiURL, version, chainId, fetcher, }: ConstructFetchInput) => GetAdaptersFunctions; export {}; //# sourceMappingURL=adapters.d.ts.map