Type Definition polkadot_runtime::xcm_config::SovereignAccountOf
source · pub type SovereignAccountOf = (ChildParachainConvertsVia<ParaId, AccountId>, AccountId32Aliases<PolkadotNetwork, AccountId>);
Expand description
The canonical means of converting a MultiLocation
into an AccountId
, used when we want to determine
the sovereign account controlled by a location.