UNPKG

@multiversx/sdk-dapp-swap

Version:

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

8 lines 374 B
export declare const meaningfulFormatAmount: ({ amount, decimals, digits, addCommas, showLastNonZeroDecimal }: { digits?: number | undefined; decimals?: number | undefined; addCommas?: boolean | undefined; amount?: string | null | undefined; showLastNonZeroDecimal?: boolean | undefined; }) => string; //# sourceMappingURL=meaningfulFormatAmount.d.ts.map