Skip to content

Commit

Permalink
[exports] Add more exports to allow using the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnazario committed Oct 12, 2023
1 parent dd09e7e commit f8c8215
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/bcs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@

export * from "./deserializer";
export * from "./serializer";
export * from "./serializable/move-primitives";
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ export * from "./api";
export * from "./client";
export * from "./utils/apiEndpoints";
export * from "./bcs";
export * from "./types";
export * from "./transactions/types";
export * from "./transactions/typeTag/typeTag";

0 comments on commit f8c8215

Please sign in to comment.