Skip to content

Commit

Permalink
Merge pull request #358 from multiversx/update-11-29
Browse files Browse the repository at this point in the history
Adjust exports
  • Loading branch information
andreibancioiu authored Nov 29, 2023
2 parents b268d07 + 7b78bab commit c1bc71b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export * from "./signableMessage";
export * from "./smartcontracts";
export * from "./tokenOperations";
export * from "./tokenTransfer";
export * from "./tokens";
export * from "./transaction";
export * from "./transactionPayload";
export * from "./transactionWatcher";
Expand Down
2 changes: 1 addition & 1 deletion src/smartcontracts/nativeSerializer.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ describe("test native serializer", () => {
}, {
"type": "tuple<u8,Option<bool>>",
}, {
"type": "List<tuple<u8,bool>>>",
"type": "List<tuple<u8,bool>>",
}, {
"type": "u64"
}],
Expand Down
5 changes: 5 additions & 0 deletions src/transactionsFactories/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export * from "./delegationTransactionsFactory";
export * from "./smartContractTransactionsFactory";
export * from "./tokenManagementTransactionsFactory";
export * from "./transactionsFactoryConfig";
export * from "./transferTransactionsFactory";

0 comments on commit c1bc71b

Please sign in to comment.