paritytech / asset-transfer-api

Typescript API aiming to provide clear, and simple to use tools for transferring assets across common good parachains.
Apache License 2.0
44 stars 11 forks source link

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

Closed IkerAlus closed 1 month ago

IkerAlus commented 2 months 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 API too.