v6.0.0
Transition to this new major version should be seamless, in practice. Make sure to hold and use the objects returned by signTransaction()
, signTransactions()
and signMessage()
. These objects contain the signature. The input objects aren't mutated anymore.
See: multiversx/mx-sdk-js-examples#22.
What's Changed
- Breaking change: Receive "Transaction" and "SignableMessage" as input, return new objects by @andreibancioiu in #21
Full Changelog: v5.0.0...v6.0.0