separation of concerns

This commit is contained in:
2026-04-21 22:26:47 -05:00
parent 00eeff1282
commit 89d2b414f9
6 changed files with 169 additions and 76 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export declare class TetherClient {
private ws;
private websocketHandler;
private subscribedQueries;
connect: (url: string) => void;
disconnect: () => void;