v0.6.2
- added new callbacks for transactions
onTxSentandonTxError. WithonTxSent, you can get the transaction data before it is finalized on the chain and after signing it. Then you can useonTxFinalized. Check the source code of the demo example. - dependencies updates