Type Alias altair_runtime::xcm::XcmOriginToTransactDispatchOrigin
source · pub type XcmOriginToTransactDispatchOrigin = (SovereignSignedViaLocation<LocationToAccountId, RuntimeOrigin>, RelayChainAsNative<RelayChainOrigin, 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
RuntimeOrigin instance, ready for dispatching a transaction with Xcm’s
Transact. There is an OriginKind which can biases the kind of local
RuntimeOrigin it will become.