Skip to content

Commit

Permalink
Export NetworkFields (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored Oct 22, 2024
1 parent f015ac2 commit 6cdb600
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@ export * from "./types";
export * from "./util";
export * from "./constants";

export { Network, BaseTx, SignRequestData, populateTx } from "near-ca";
export {
Network,
BaseTx,
SignRequestData,
populateTx,
NetworkFields,
} from "near-ca";

0 comments on commit 6cdb600

Please sign in to comment.