pub fn deposit_or_burn_fee<AssetTransactor: TransactAsset>(
fee: AssetsInHolding,
context: Option<&XcmContext>,
dest: Location,
)Expand description
Try to deposit the given fee in the specified account. Burns the fee in case of a failure.