1.0.5
How to upgrade
Yarn
npm install @txnlab/use-wallet@latest
NPM
yarn upgrade @txnlab/use-wallet --latest
What's Changed
- Fix the
signer
method so that it accepts both signed and unsigned transactions. - Add the
indexesToSign
option tosignTransactions
to optionally specify which indexes of the group should be signed - Add the
returnGroup
parameter tosignTransactions
to specify if all transactions that were passed should be returned, or just the ones signed by the provider.
Full Changelog: v1.0.4...v1.0.5