chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent ee6e42c461
commit 193f6b9294
1358 changed files with 9464 additions and 7656 deletions
@@ -28,7 +28,8 @@ impl<
for ForeignAssetOwner<IsForeign, AssetInspect, AccountId, LocationToAccountId, L>
where
for<'a> &'a RuntimeOrigin::PalletsOrigin: TryInto<&'a XcmOrigin>,
<AssetInspect as pezframe_support::traits::fungibles::Inspect<AccountId>>::AssetId: From<Location>,
<AssetInspect as pezframe_support::traits::fungibles::Inspect<AccountId>>::AssetId:
From<Location>,
{
type Success = L;
@@ -75,7 +76,8 @@ impl<
for LocalAssetOwner<MatchAssetId, AssetInspect, AccountId, AssetId, L>
where
RuntimeOrigin: Into<Result<RawOrigin<AccountId>, RuntimeOrigin>> + From<RawOrigin<AccountId>>,
<AssetInspect as pezframe_support::traits::fungibles::Inspect<AccountId>>::AssetId: From<AssetId>,
<AssetInspect as pezframe_support::traits::fungibles::Inspect<AccountId>>::AssetId:
From<AssetId>,
{
type Success = L;