pub type XcmOriginToTransactDispatchOrigin = (SovereignSignedViaLocation<LocationToAccountId, RuntimeOrigin>, RelayChainAsNative<RelayChainOrigin, RuntimeOrigin>, SiblingParachainAsNative<Origin, RuntimeOrigin>, ParentAsSuperuser<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
that can
bias the kind of local Origin
it will become.