UNPKG

@multiversx/sdk-dapp-swap

Version:

A library to hold the main logic for swapping between tokens on the MultiversX blockchain

7 lines 287 B
import { RuleType } from 'validation/types'; declare type MinAmountRuleType = { minAcceptedAmount?: number; }; export declare const getMinAmountRule: ({ minAcceptedAmount }: MinAmountRuleType) => RuleType<string | undefined>; export {}; //# sourceMappingURL=getMinAmountRule.d.ts.map