Type Definition pallet_xcm_benchmarks::XcmCallOf

source ·
pub type XcmCallOf<T> = <<T as Config>::XcmConfig as Config>::Call;
Expand description

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