referrerpolicy=no-referrer-when-downgrade
rococo_parachain_runtime

Type Alias Barrier

Source
pub type Barrier = TrailingSetTopicAsId<(TakeWeightCredit, AllowTopLevelPaidExecutionFrom<Everything>, AllowExplicitUnpaidExecutionFrom<ParentOrParentsUnitPlurality>, AllowExplicitUnpaidExecutionFrom<AssetHub>, AllowKnownQueryResponses<PolkadotXcm>, AllowSubscriptionsFrom<Everything>, AllowHrmpNotificationsFromRelayChain)>;

Aliased Type§

struct Barrier(/* private fields */);

Trait Implementations

Source§

impl<InnerBarrier> ShouldExecute for TrailingSetTopicAsId<InnerBarrier>
where InnerBarrier: ShouldExecute,

Source§

fn should_execute<Call>( origin: &Location, instructions: &mut [Instruction<Call>], max_weight: Weight, properties: &mut Properties, ) -> Result<(), ProcessMessageError>

Returns Ok(()) if the given message may be executed. Read more