Type Definition polkadot_runtime::SovereignAccountOf[][src]

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.