UNPKG

tokenlon-sdk

Version:

imToken Tokenlon API for node

9 lines (8 loc) 620 B
import { BigNumber } from '@0xproject/utils'; export declare const thousandCommas: (num: any, min?: number, max?: number) => string; export declare const decimal: (num: any, place?: number) => string; export declare const formatMoney: (value: any, place?: number) => string; export declare const formatNumHelper: (place: any) => (value: any, fill: any) => any; export declare const fromUnitToDecimalBN: (balance: any, decimal: any) => BigNumber; export declare const fromDecimalToUnit: (balance: any, decimal: any) => BigNumber; export declare const fromUnitToDecimal: (balance: any, decimal: any, base: any) => string;