copy trading API

This commit is contained in:
tiagosiebler
2022-09-09 15:26:47 +01:00
parent eac6c95669
commit a1c0887417
12 changed files with 282 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
export * from './account-asset-client';
export * from './copy-trading-client';
export * from './inverse-client';
export * from './inverse-futures-client';
export * from './linear-client';
@@ -6,7 +7,7 @@ export * from './spot-client';
export * from './usdc-option-client';
export * from './usdc-perpetual-client';
export * from './websocket-client';
export * from './logger';
export * from './util/logger';
export * from './types';
export * from './util/WsStore';
export * from './constants/enum';