Type Definition kusama_runtime::SovereignAccountOf [−][src]
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.