Skip to content

v5.6.0

Compare
Choose a tag to compare
@joticajulian joticajulian released this 19 Jul 23:29
· 43 commits to main since this release

πŸš€ Features

  • The prepareTransaction function of the Signer has been marked as deprecated. Now
    this function has been moved to the Transaction Class. The motivation of this change
    is to avoid multiple calls and permissions to the wallets that manage the Signers.
  • The Contract Class and Transaction Class now use the new prepareTransaction
    function instead of the one from the Signer Class.