remove dead inverse method, add write tests, update read tests, add error enums used by tests

This commit is contained in:
tiagosiebler
2022-05-10 13:22:28 +01:00
parent c94b4d16ff
commit c6758b65cc
6 changed files with 285 additions and 90 deletions

View File

@@ -1,10 +1,11 @@
export * from "./inverse-client";
export * from "./inverse-futures-client";
export * from "./linear-client";
export * from "./spot-client";
export * from "./websocket-client";
export * from "./logger";
export * from "./types/shared";
export * from "./types/spot";
export * from "./util/WsStore";
export * from "./constants/enum";
export * from './inverse-client';
export * from './inverse-futures-client';
export * from './linear-client';
export * from './spot-client';
export * from './websocket-client';
export * from './logger';
export * from './types/shared';
export * from './types/spot';
export * from './util/WsStore';
export * from './util/enum';
export * from './constants/enum';