claim_assets: TxDescriptor<{
    assets: XcmVersionedAssets;
    beneficiary: XcmVersionedLocation;
}>

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.