You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sdk-and-tools/sdk-js/sdk-js-cookbook-v13.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,26 +13,22 @@ This page will guide you through the process of handling common tasks using **sd
13
13
This cookbook makes use of `sdk-js v13`. In order to migrate from `sdk-js v12.x` to `sdk-js v13`, please also follow [the migration guide](https://github.com/multiversx/mx-sdk-js-core/issues/392).
14
14
:::
15
15
16
-
:::important
17
-
This page is a work in progress. Please check back later for more content.
Use the classes from `@multiversx/sdk-network-providers`**only as a starting point**.
@@ -201,7 +197,7 @@ Generally speaking, in order to create transactions that transfer native tokens
201
197
202
198
:::note
203
199
In `sdk-core v13`, the [`TransferTransactionsFactory`](https://multiversx.github.io/mx-sdk-js-core/v13/classes/TransferTransactionsFactory.html) class was extended with new methods,
204
-
to be aligned with the [SDKs specs](https://github.com/multiversx/mx-sdk-specs/blob/main/core/transactions-factories/transfer_transactions_factory).
200
+
to be aligned with the [SDKs specs](https://github.com/multiversx/mx-sdk-specs/blob/main/core/transactions-factories/transfer_transactions_factory.md).
205
201
The old, legacy methods are still available (see below), thus existing client code isn't affected.
206
202
:::
207
203
@@ -343,7 +339,7 @@ import BigNumber from "bignumber.js";
0 commit comments