Skip to content

Commit 1dc9965

Browse files
authored
Merge pull request #591 from multiversx/TOOL-526-remove-transaction-payload
Remove transaction Payload
2 parents e885b54 + 2069b0d commit 1dc9965

File tree

4 files changed

+3
-69
lines changed

4 files changed

+3
-69
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@multiversx/sdk-core",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "MultiversX SDK for JavaScript and TypeScript",
55
"author": "MultiversX",
66
"homepage": "https://multiversx.com",

src/core/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export * from "./transactionComputer";
1717
export * from "./transactionEvents";
1818
export * from "./transactionLogs";
1919
export * from "./transactionOnNetwork";
20-
export * from "./transactionPayload";
2120
export * from "./transactionsFactoryConfig";
2221
export * from "./transactionStatus";
2322
export * from "./transactionWatcher";

src/core/transactionPayload.ts

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)