pub trait UnfilteredDispatchable {
    type RuntimeOrigin;

    // Required method
    fn dispatch_bypass_filter(
        self,
        origin: Self::RuntimeOrigin
    ) -> DispatchResultWithPostInfo;
}
Expand description

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.

Required Associated Types§

source

type RuntimeOrigin

The origin type of the runtime, (i.e. frame_system::Config::RuntimeOrigin).

Required Methods§

source

fn dispatch_bypass_filter( self, origin: Self::RuntimeOrigin ) -> DispatchResultWithPostInfo

Dispatch this call but do not check the filter in origin.

Implementors§

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config> UnfilteredDispatchable for Call<T>where <<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance as HasCompact>::Type: Clone + Eq + PartialEq + Debug + TypeInfo + Encode,

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>

impl<T: Config<I>, I: 'static> UnfilteredDispatchable for Call<T, I>