Skip to main content

Barrier

Type Alias 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ยง

pub struct Barrier(/* private fields */);