Type Definition kusama_runtime::xcm_config::SovereignAccountOf
source · pub type SovereignAccountOf = (ChildParachainConvertsVia<ParaId, AccountId>, AccountId32Aliases<KusamaNetwork, 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.