referrerpolicy=no-referrer-when-downgrade
collectives_westend_runtime::xcm_config

Type Alias TrustedAliasers

Source
pub type TrustedAliasers = (AliasChildLocation, AliasAccountId32FromSiblingSystemChain, AliasOriginRootUsingFilter<AssetHub, 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.