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

Add support for `foreign-assets` #361

Closed bee344 closed 6 months ago

bee344 commented 6 months ago

Currently Txwrapper doesn't natively support the foreign-assets pallet, and it would be convenient for it to do. In order to achieve that I can think of two alternatives:

  1. Add a package called txwrapper-asset-hub with support for foreign assets.
  2. Add it as a re export of the assets pallet in txwrapper-substrate.