Skip to content

v0.6.2

Choose a tag to compare

@juliancwirko juliancwirko released this 19 Nov 13:00
· 67 commits to main since this release
2d0e3e3
  • added new callbacks for transactions onTxSent and onTxError. With onTxSent, you can get the transaction data before it is finalized on the chain and after signing it. Then you can use onTxFinalized. Check the source code of the demo example.
  • dependencies updates