Skip to content
Unverified Commit 0b21a04b authored by Adrian Catangiu's avatar Adrian Catangiu
Browse files

pallet-xcm: add reserve_withdraw_assets() support



pallet-xcm already offers `reserve_transfer_assets()` call for easy
reserve-based asset transfer, where original assets are reserved in
some reserve location and equivalent assets are minted at destination.

This commit adds `reserve_withdraw_assets()` call for users to be able
to do the operation reverse too: burn equivalent assets and release
original ones from reserve location.

Co-authored-by: default avatarAleksandr Krupenkin <[email protected]>
parent 60401474
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment