Type Definition polkadot_runtime::xcm_config::Barrier
source · pub type Barrier = (TakeWeightCredit, AllowTopLevelPaidExecutionFrom<Everything>, AllowKnownQueryResponses<XcmPallet>, AllowSubscriptionsFrom<OnlyParachains>);
Expand description
The barriers one of which must be passed for an XCM message to be executed.