UNPKG

@bcswaper/apis

Version:

bcswaper apis

10 lines (9 loc) 277 B
export declare enum ClientSettings { MaxFills = 200, OrderbookLength = 20, GTT = 300, ListLenths = 120, GoodTillTime = 2419200 } export declare const isoToEpochSeconds: (isoTime: string) => number; export declare const isObjectEmpty: (obj: any) => boolean;