tidying ws client

This commit is contained in:
tiagosiebler
2022-09-14 23:55:24 +01:00
parent d1ed7971ad
commit 0e05a8d0ef
5 changed files with 205 additions and 135 deletions

View File

@@ -1,6 +1,6 @@
import { RestClientOptions } from '../util';
export type APIMarket = 'inverse' | 'linear' | 'spot' | 'v3';
export type APIMarket = 'inverse' | 'linear' | 'spot'; //| 'v3';
// Same as inverse futures
export type WsPublicInverseTopic =