UNPKG

@paraswap/sdk

Version:
9 lines 495 B
import type { Address, ConstructFetchInput } from '../../types'; type GetDeltaContract = (signal?: AbortSignal) => Promise<Address | null>; export type GetDeltaContractFunctions = { /** @description returns ParaswapDelta contract address when Delta is available on current chain */ getDeltaContract: GetDeltaContract; }; export declare const constructGetDeltaContract: (options: ConstructFetchInput) => GetDeltaContractFunctions; export {}; //# sourceMappingURL=getDeltaContract.d.ts.map