Skip to content
Open
228 changes: 122 additions & 106 deletions polkadot/xcm/xcm-builder/src/barriers.rs

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions polkadot/xcm/xcm-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ mod barriers;
pub use barriers::{
AllowExplicitUnpaidExecutionFrom, AllowHrmpNotificationsFromRelayChain,
AllowKnownQueryResponses, AllowSubscriptionsFrom, AllowTopLevelPaidExecutionFrom,
AllowUnpaidExecutionFrom, DenyRecursively, DenyReserveTransferToRelayChain, DenyThenTry,
IsChildSystemParachain, IsParentsOnly, IsSiblingSystemParachain, RespectSuspension,
TakeWeightCredit, TrailingSetTopicAsId, WithComputedOrigin,
AllowUnpaidExecutionFrom, BarrierWeight, DenyRecursively, DenyReserveTransferToRelayChain,
DenyThenTry, IsChildSystemParachain, IsParentsOnly, IsSiblingSystemParachain,
RespectSuspension, TakeWeightCredit, TrailingSetTopicAsId, WithComputedOrigin,
};

mod controller;
Expand Down
Loading
Loading