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

Support "transfer all" calls from Asset Pallet for local transfers #403

Closed IkerAlus closed 1 month ago

IkerAlus commented 1 month ago

Once https://github.com/paritytech/polkadot-sdk/pull/4527 is released, pallet assets will also allow to transfer all the balance of a given account and asset ID, similar to the function with the same name in the balance pallet. It would be interesting to add this feature to the library too.