From 8aad8bd9388596c644ad0413cda15f9ec3342479 Mon Sep 17 00:00:00 2001 From: ricomiles Date: Thu, 2 Jan 2025 17:51:13 +0800 Subject: [PATCH] fix: export WatchClient --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 47accfc..5933603 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,4 +2,5 @@ export { SyncClient as CardanoSyncClient, QueryClient as CardanoQueryClient, SubmitClient as CardanoSubmitClient, + WatchClient as CardanoWatchClient, } from "./cardano.js";