Skip to content

Commit

Permalink
feat: exports WebClient (#2603)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gadzhalov <[email protected]>
  • Loading branch information
agadzhalov authored Oct 24, 2024
1 parent 9f4c6f2 commit 2046860
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/exports.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ export { default as ServiceEndpoint } from "./node/ServiceEndpoint.js";
export { default as NodeDeleteTransaction } from "./node/NodeDeleteTransaction.js";
export { default as NodeUpdateTransaction } from "./node/NodeUpdateTransaction.js";

export { default as WebClient } from "./client/WebClient.js";

/**
* @typedef {import("./client/Client.js").NetworkName} ClientNetworkName
* @typedef {import("./Provider.js").Provider} Provider
Expand Down

0 comments on commit 2046860

Please sign in to comment.