[−][src]Trait frame_support::traits::UnfilteredDispatchable
Type that can be dispatched with an origin but without checking the origin filter.
Implemented for pallet dispatchable type by decl_module and for runtime dispatchable by
construct_runtime and impl_outer_dispatch.
Associated Types
Required methods
fn dispatch_bypass_filter(
self,
origin: Self::Origin
) -> DispatchResultWithPostInfo[−]
self,
origin: Self::Origin
) -> DispatchResultWithPostInfo
Dispatch this call but do not check the filter in origin.
Implementors
impl<T: Trait> UnfilteredDispatchable for Call<T>
impl<T: Trait> UnfilteredDispatchable for Call<T>impl<T: Trait> UnfilteredDispatchable for Call<T>
impl<T: Trait> UnfilteredDispatchable for Call<T>impl<T: Trait> UnfilteredDispatchable for Call<T>
impl<T: Trait> UnfilteredDispatchable for Call<T>impl<T: Trait> UnfilteredDispatchable for Call<T>
impl<T: Trait> UnfilteredDispatchable for Call<T>impl<T: Trait> UnfilteredDispatchable for Call<T>
impl<T: Trait> UnfilteredDispatchable for Call<T>impl<T: Trait> UnfilteredDispatchable for Call<T>
impl<T: Trait> UnfilteredDispatchable for Call<T>