Function pallet_xcm::pallet::dispatchables::claim_assets
source · pub fn claim_assets<T: Config>(
assets: Box<VersionedAssets>,
beneficiary: Box<VersionedLocation>,
)
Expand description
Claims assets trapped on this pallet because of leftover assets during XCM execution.
origin
: Anyone can call this extrinsic.assets
: The exact assets that were trapped. Use the version to specify what version was the latest when they were trapped.beneficiary
: The location/account where the claimed assets will be deposited.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::claim_assets
.