Closed bee344 closed 1 month ago
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.
assets.transferAll
id
dest
MultiAddress
keepAlive
boolean
Closes #403
Description
Adds the new call
assets.transferAll
, so far only available on Westend Asset Hub. It takes anid
for the asset to be transferred, adest
for the destinationMultiAddress
, and akeepAlive
boolean
that must be set to true to avoid reaping the account.Closes #403