Type Definition common_runtime::xcm_config::XcmOriginToCallOrigin
source · pub type XcmOriginToCallOrigin<T, RuntimeOrigin> = (SovereignSignedViaLocation<LocationToAccountId<T>, RuntimeOrigin>, RelayChainAsNative<RelayChainOrigin<T>, RuntimeOrigin>, SiblingParachainAsNative<Origin, RuntimeOrigin>, SignedAccountId32AsNative<RelayNetwork, RuntimeOrigin>, XcmPassthrough<RuntimeOrigin>);Expand description
This is the type we use to convert an (incoming) XCM origin into a local Origin instance,
ready for dispatching a transaction with Xcm’s Transact. There is an OriginKind which can
biases the kind of local Origin it will become.