@velora-dex/sdk
Version:
9 lines • 527 B
TypeScript
import type { Address, ConstructFetchInput, RequestParameters } from '../../types';
type GetDeltaContract = (requestParams?: RequestParameters) => 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