Type Definition kusama_runtime::Barrier[][src]

pub type Barrier = (TakeWeightCredit, AllowTopLevelPaidExecutionFrom<Everything>, AllowUnpaidExecutionFrom<IsChildSystemParachain<ParaId>>, AllowKnownQueryResponses<XcmPallet>, AllowSubscriptionsFrom<OnlyParachains>);
Expand description

The barriers one of which must be passed for an XCM message to be executed.