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

fix: add `assets::transferAll` call #405

Closed bee344 closed 1 month ago

bee344 commented 1 month ago

Description

Adds the new call assets.transferAll, so far only available on Westend Asset Hub. It takes an id for the asset to be transferred, a dest for the destination MultiAddress, and a keepAlive boolean that must be set to true to avoid reaping the account.

Closes #403