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";