pub type TrustedAliasers = (AliasChildLocation, AliasAccountId32FromSiblingSystemChain, AliasOriginRootUsingFilter<AssetHubLocation, 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 same accounts to alias into each other across system chains,
- Allow AssetHub root to alias into anything,
- Allow origins explicitly authorized to alias into target location.