pub type LocationToAccountId = (ParentIsPreset<AccountId>, SiblingParachainConvertsVia<Sibling, AccountId>, AccountKey20Aliases<RelayNetwork, AccountId>, HashedDescription<AccountId, DescribeFamily<DescribeAllTerminal>>);
Expand description

Type for specifying how a Location can be converted into an AccountId. This is used when determining ownership of accounts for asset transacting, when attempting to use XCM Transact in order to determine the dispatch Origin, and when validating foreign assets creation and ownership through the moonbeam_foreign_assets pallet.