@multiversx/sdk-dapp-swap
Version:
A library to hold the main logic for swapping between tokens on the MultiversX blockchain
9 lines • 446 B
TypeScript
import { SwapActionTypesEnum } from 'types';
export declare const calculateMinimumReceived: ({ tolerance, secondAmount, isFixedOutput, swapActionType, secondTokenDecimals }: {
tolerance: string;
secondAmount?: string | undefined;
isFixedOutput: boolean;
swapActionType?: SwapActionTypesEnum | undefined;
secondTokenDecimals?: number | undefined;
}) => string | undefined;
//# sourceMappingURL=calculateMinimumReceived.d.ts.map