mirror of
https://github.com/wisplite/tether-ts.git
synced 2026-05-01 06:22:41 -05:00
separation of concerns
This commit is contained in:
Vendored
+1
-1
@@ -1,5 +1,5 @@
|
||||
export declare class TetherClient {
|
||||
private ws;
|
||||
private websocketHandler;
|
||||
private subscribedQueries;
|
||||
connect: (url: string) => void;
|
||||
disconnect: () => void;
|
||||
|
||||
Reference in New Issue
Block a user