UNPKG

@multiversx/sdk-dapp-swap

Version:

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

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