@velora-dex/sdk
Version:
8 lines • 486 B
TypeScript
import type { ConstructProviderFetchInput } from '../../types';
import { ApproveToken } from '../../helpers/approve';
export type ApproveTokenForDeltaFunctions<T> = {
/** @description approving ParaswapDelta contract as spender for Token */
approveTokenForDelta: ApproveToken<T>;
};
export declare const constructApproveTokenForDelta: <T>(options: ConstructProviderFetchInput<T, "transactCall">) => ApproveTokenForDeltaFunctions<T>;
//# sourceMappingURL=approveForDelta.d.ts.map