UNPKG

@multiversx/sdk-dapp-swap

Version:

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

4 lines 242 B
import { EsdtType } from 'types'; import { RuleType } from 'validation/types'; export declare const getInputInsufficientFundsRule: (token?: EsdtType) => RuleType<string | undefined>; //# sourceMappingURL=getInputInsufficientFundsRule.d.ts.map