paritytech / txwrapper-core

Tools for FRAME chain builders to publish chain specific offline transaction generation libraries.
https://paritytech.github.io/txwrapper-core/
Apache License 2.0
77 stars 28 forks source link

feat: add support for `poolAssets` pallet #370

Closed bee344 closed 5 months ago

bee344 commented 5 months ago

Added support for the poolAssets instance of the assets pallet. Also updated the kusama asset hub metadata to v1001002, since the previous metadata didn't contain the pallet, and added tests for the poolAssets pallet.

Closes #364