pub type XcmCallOf<T> = <<T as Config>::XcmConfig as XcmConfig>::RuntimeCall;
Expand description

The call type of executor’s config. Should eventually resolve to the same overarching call type.