pub type XcmOriginToTransactDispatchOrigin = (SovereignSignedViaLocation<ParentIsPreset<AccountId>, RuntimeOrigin>, ParentAsSuperuser<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
bias the kind of local Origin
it will become.