Type Alias rococo_runtime::xcm_config::Barrier
source · pub type Barrier = TrailingSetTopicAsId<(TakeWeightCredit, AllowKnownQueryResponses<XcmPallet>, WithComputedOrigin<(AllowTopLevelPaidExecutionFrom<Everything>, AllowExplicitUnpaidExecutionFrom<IsChildSystemParachain<Id>>, AllowSubscriptionsFrom<OnlyParachains>), UniversalLocation, ConstU32<8>>)>;
Expand description
The barriers one of which must be passed for an XCM message to be executed.
Aliased Type§
struct Barrier(/* private fields */);