Skip to content

v0.7.0

Compare
Choose a tag to compare
@d--j d--j released this 15 Mar 19:24
· 34 commits to main since this release
b1c7d01

What's Changed

Breaking Change

Switching the transaction to be passed as interface instead of a struct means library users can not call direct public fields on the transaction anymore. All public fields were changed to methods of the same name.

Full Changelog: v0.6.6...v0.7.0