Type Definition common_runtime::xcm_config::LocationToAccountId
source · pub type LocationToAccountId<T> = (ParentIsPreset<AccountIdOf<T>>, SiblingParachainConvertsVia<Sibling, AccountIdOf<T>>, AccountId32Aliases<RelayNetwork, AccountIdOf<T>>, Account32Hash<RelayNetwork, AccountIdOf<T>>);
Expand description
Type for specifying how a MultiLocation
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.