pub type TrustedAliasers = (AliasChildLocation, AliasOriginRootUsingFilter<SystemAssetHubLocation, Everything>, AuthorizedAliasers<Runtime>);
Expand description
Defines origin aliasing rules for this chain.
- Allow any origin to alias into a child sub-location (equivalent to DescendOrigin),
- Allow AssetHub root to alias into anything,
- Allow origins explicitly authorized by the alias target location.