UNPKG

tokenlon-sdk

Version:

imToken Tokenlon API for node

11 lines (10 loc) 590 B
import { Tokenlon } from '../types'; import { TransactionOpts } from '0x.js'; export declare const newError: (msg: string) => Error; export declare const lowerCase: (str: string) => string; export declare const getTimestamp: () => number; export declare const helpCompareStr: (a: string, b: string) => boolean; export declare const convertTrades: (trades: any) => any; export declare const lowerCaseObj0xValue: (obj: any) => any; export declare const leftPadWith0: (str: any, len: any) => any; export declare const convertTokenlonTxOptsTo0xOpts: (opts: Tokenlon.TxOpts) => TransactionOpts;