Type Definition common_runtime::xcm_config::Barrier

source ·
pub type Barrier<T> = (TakeWeightCredit, AllowTopLevelPaidExecutionFrom<Everything>, AllowUnpaidExecutionFrom<ParentOrParentsExecutivePlurality>, AllowKnownQueryResponses<Pallet<T>>, AllowSubscriptionsFrom<Everything>);