Skip to content

Commit

Permalink
Update next/docs/iota-sdk/docs/how-tos/exchange-guide.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>
  • Loading branch information
thibault-martinez and Thoralf-M authored Jul 5, 2023
1 parent a0f27a4 commit f75f8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/docs/iota-sdk/docs/how-tos/exchange-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Most of the APIs are the same and the changes fairly minimal, here are some of t
- The npm package changes from `@iota/wallet` to `@iota/sdk`
- `AccountManager` becomes `Wallet`
- `manager.generateMnemonic()` becomes `Utils.generateMnemonic()`
- `generateEd25519Address` becomes `generateEd25519Addresses`
- `generateAddress` becomes `generateEd25519Addresses`
- `sendAmount` becomes `send`
- The callbacks to `listen` now provide a properly typed `Event`

Expand Down

0 comments on commit f75f8a7

Please sign in to comment.