Type Alias penpal_runtime::xcm_config::LocationToAccountId
source · pub type LocationToAccountId = (ParentIsPreset<AccountId>, SiblingParachainConvertsVia<Sibling, AccountId>, AccountId32Aliases<RelayNetwork, AccountId>, HashedDescription<AccountId, DescribeFamily<DescribeAllTerminal>>, GlobalConsensusParachainConvertsFor<UniversalLocation, AccountId>, EthereumLocationsConverterFor<AccountId>);
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 and when attempting to use XCM
Transact
in order to determine the dispatch Origin.