Type Definition kusama_runtime::xcm_config::LocalOriginToLocation
source · pub type LocalOriginToLocation = (CouncilToPlurality, SignedToAccountId32<Origin, AccountId, KusamaNetwork>);Expand description
Type to convert an Origin type value into a MultiLocation value which represents an interior location
of this chain.